Skip to content

Instantly share code, notes, and snippets.

@Pharap
Created May 15, 2020 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pharap/f63d138b8477eb4b75d8a1635aa21671 to your computer and use it in GitHub Desktop.
Save Pharap/f63d138b8477eb4b75d8a1635aa21671 to your computer and use it in GitHub Desktop.
The Call of Cthulhu
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