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

6 lines
119 B
C++
Raw Normal View History

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