Created
May 15, 2020 09:07
-
-
Save Pharap/f63d138b8477eb4b75d8a1635aa21671 to your computer and use it in GitHub Desktop.
The Call of Cthulhu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace Cthulhu | |
{ | |
template< typename T > | |
void fhtagn(T & object) | |
{ | |
// ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn! | |
ph_nglui(object); | |
mglw_nafh(object); | |
R_lyeh(object); | |
wgah_nagl(object); | |
fhtagn(object); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment