Added Clock

This commit is contained in:
Robert 2021-04-24 01:21:15 +02:00
parent cf859223ab
commit a3726d0887
6 changed files with 74 additions and 25 deletions

View file

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