Added cursor support

This commit is contained in:
Robert 2021-04-23 16:29:26 +02:00
parent c66cae17f2
commit 1ec25d036c
6 changed files with 110 additions and 45 deletions
include

View file

@ -2,6 +2,7 @@
#include <graphics/Graphics.hpp>
#include <structures/Mouse.hpp>
#include <structures/Cursor.hpp>
namespace sdlu {
// TODO: Eventually we should initialize things once the object gets created