Files
Seele/src/Engine/Graphics/GraphicsEnums.cpp
T
2022-04-15 23:45:44 +02:00

6 lines
121 B
C++

#include "GraphicsEnums.h"
using namespace Seele;
uint32 Gfx::currentFrameIndex = 0;
double Gfx::currentFrameDelta = 0;