prosperon/source/engine/debug.h

10 lines
110 B
C

#ifndef DEBUG_GUI_H
#define DEBUG_GUI_H
extern unsigned long long triCount;
void resetTriangles();
#endif