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

11 lines
76 B
C++
Raw Normal View History

2020-02-05 20:58:58 +01:00
#include "Graphics.h"
Graphics::Graphics()
{
}
Graphics::~Graphics()
{
}