12 lines
169 B
C
12 lines
169 B
C
#ifndef DEBUG_GUI_H
|
|
#define DEBUG_GUI_H
|
|
|
|
#define static_assert(pred) switch(0){case 0:case pred:;}
|
|
|
|
extern unsigned long long triCount;
|
|
|
|
void resetTriangles();
|
|
|
|
|
|
#endif
|