Created
February 2, 2014 17:26
-
-
Save gawen/8771678 to your computer and use it in GitHub Desktop.
Happy debugging!
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
#ifndef PWND_H | |
#define PWND_H | |
#ifdef NULL | |
#undef NULL | |
#endif | |
#define NULL ((void*)(rand() % 10 ? 0 : 0xDEADBEAF)) | |
#endif // PWND_H |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@loderunner, nah, it's from the Jazz Jackrabbit 2 game.