prosperon/source/engine/debug/debug.h

12 lines
169 B
C
Raw Normal View History

2021-11-30 21:29:18 -06:00
#ifndef DEBUG_GUI_H
#define DEBUG_GUI_H
2023-01-25 21:32:58 -06:00
#define static_assert(pred) switch(0){case 0:case pred:;}
2021-11-30 21:29:18 -06:00
extern unsigned long long triCount;
void resetTriangles();
#endif