Game Accessibility Library logo SourceForge.net Logo
Game Accessibility Suite: CATREMINDER
#define CATREMINDER (  )     message (__CATLOCINFO__ x)

The CATREMINDER macro is used with pragma to print out a reminder during compile that you can click on from the Visual Studio interface to go to the code that generated it.

It's useful for leaving todo's and such in the code. The __CAT*__ macros above it are to jump through the hoops required to convert the __LINE__ macro into a line number string.

Usage: pragma CATREMINDER("Fix this.")

Definition at line 34 of file CATDebug.h.


Generated on Mon Feb 11 04:10:00 2008 for Game Accessibility Suite by doxygen 1.5.4