Fixed some stuff for linux

This commit is contained in:
Lauchmelder23 2021-04-24 14:35:49 +02:00
parent ba78ffb55a
commit 8ff0978e6b
107 changed files with 8097 additions and 13 deletions

View file

@ -3,10 +3,11 @@
#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
extern int Initialize();
extern void Quit();
}
}