SDLU/include/SDLU.hpp
2021-04-23 15:08:51 +02:00

10 lines
223 B
C++

#pragma once
#include <graphics/Graphics.hpp>
#include <structures/Mouse.hpp>
namespace sdlu {
// TODO: Eventually we should initialize things once the object gets created
extern int Initialize();
extern void Quit();
}