Forums
This is the online documentation for Colossus Entertainments Pixie Game Engine

Debug.h File Reference


Detailed Description

Useful debug functions.

Author:
Mattias Gustavsson
This file contains a few macros that are handy to make your code more easy to debug, like Assert and DebugPrint. They are really just wrappers to make it easier to have the functions compile out on certain configurations, and the actual implementation of their functionality is implemented elsewhere, specific for the current platform.

Definition in file Debug.h.

Go to the source code of this file.

Defines

#define Assert(expression, message)
#define DebugPrint(x)


Define Documentation

#define Assert ( expression,
message   ) 

Definition at line 34 of file Debug.h.

#define DebugPrint (  ) 

Definition at line 41 of file Debug.h.