SDLU/include/SDLU.hpp
2021-04-23 16:29:26 +02:00

11 lines
256 B
C++

#pragma once
#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
extern int Initialize();
extern void Quit();
}