10 lines
223 B
C++
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();
|
|
} |