10 lines
110 B
C
Executable file
10 lines
110 B
C
Executable file
#ifndef DEBUG_GUI_H
|
|
#define DEBUG_GUI_H
|
|
|
|
extern unsigned long long triCount;
|
|
|
|
void resetTriangles();
|
|
|
|
|
|
#endif
|