Files
TrinityCore/dep/include/g3dlite/G3D/debug.h
KingPin 14234c86fa Newline added to bottom of all files.
--HG--
branch : trunk
2009-02-17 20:07:49 -06:00

13 lines
166 B
C

#ifndef G3D_LITE_DEBUG_H
#define G3D_LITE_DEBUG_H
#define debugStatement(x)
#define debugAssert(x)
#define debugAssertM(x, y)
#define alwaysAssertM(x, y)
#endif