prosperon/source/engine/debug/debug.c

9 lines
98 B
C

#include "debug.h"
unsigned long long triCount = 0;
void resetTriangles()
{
triCount = 0;
}