Files
Seele/src/Engine/Graphics/GraphicsEnums.cpp
T

6 lines
121 B
C++
Raw Normal View History

2021-04-25 23:43:40 +02:00
#include "GraphicsEnums.h"
2022-04-15 23:45:44 +02:00
using namespace Seele;
2021-04-25 23:43:40 +02:00
uint32 Gfx::currentFrameIndex = 0;
double Gfx::currentFrameDelta = 0;