prosperon/source/engine/debug.h
2022-08-06 20:39:29 +00:00

10 lines
110 B
C
Executable file

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