aboutsummaryrefslogtreecommitdiff
path: root/dep/include/g3dlite/G3D/debug.h
blob: 0216d1daf11cf119edc45fe05f7017a6dcf1e12a (plain)
1
2
3
4
5
6
7
8
9
10
11
#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