SDLU/include/SDLU.hpp

10 lines
223 B
C++
Raw Normal View History

2021-04-23 13:08:51 +00:00
#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();
}