SDLU/include/graphics/Graphics.hpp

4 lines
82 B
C++
Raw Normal View History

2020-05-23 15:20:19 +02:00
#pragma once
2020-05-23 16:13:41 +02:00
#include "RenderWindow.hpp"
#include "drawable/shapes/Rectangle.hpp"