REFACTOR!!

This commit is contained in:
2022-08-06 20:39:29 +00:00
parent e745acad3e
commit 5b9369a197
84 changed files with 9784 additions and 1873 deletions

9
source/engine/debug.h Executable file
View File

@@ -0,0 +1,9 @@
#ifndef DEBUG_GUI_H
#define DEBUG_GUI_H
extern unsigned long long triCount;
void resetTriangles();
#endif