prosperon/source/engine/debug.h

10 lines
110 B
C
Raw Normal View History

2021-11-30 21:29:18 -06:00
#ifndef DEBUG_GUI_H
#define DEBUG_GUI_H
extern unsigned long long triCount;
void resetTriangles();
#endif