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

11 lines
104 B
C++
Raw Normal View History

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