restructured everything
This commit is contained in:
parent
4225a524b9
commit
c66cae17f2
61 changed files with 18406 additions and 1710 deletions
10
include/SDLU.hpp
Normal file
10
include/SDLU.hpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
#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();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue