Added Time class

This commit is contained in:
Robert 2021-04-24 00:12:34 +02:00
parent 2c17d5d533
commit 4b1ed7da1e
4 changed files with 110 additions and 0 deletions

View file

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