prosperon/source/editor/debug.h
2022-01-25 15:22:03 +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