Initial commit

This commit is contained in:
2021-12-01 03:29:18 +00:00
parent 7fb0a74b7e
commit 3dcaf6df81
72 changed files with 16530 additions and 0 deletions

8
source/editor/debug.c Normal file
View File

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