prosperon/source/editor/debug.h
2021-12-01 03:29:18 +00:00

10 lines
110 B
C

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