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

8
source/engine/debug.c Executable file
View File

@@ -0,0 +1,8 @@
#include "debug.h"
unsigned long long triCount = 0;
void resetTriangles()
{
triCount = 0;
}