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

12 lines
118 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
using namespace Seele::Gfx;
Graphics::Graphics()
2020-02-05 20:58:58 +01:00
{
}
Graphics::~Graphics()
2020-02-05 20:58:58 +01:00
{
}