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