summaryrefslogtreecommitdiffstats
path: root/include/wrapsdl2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/wrapsdl2.hpp')
-rw-r--r--include/wrapsdl2.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/wrapsdl2.hpp b/include/wrapsdl2.hpp
new file mode 100644
index 0000000..993a704
--- /dev/null
+++ b/include/wrapsdl2.hpp
@@ -0,0 +1,9 @@
+#pragma once
+
+namespace wrapsdl2 {
+ bool initialize(void);
+ void quit(void);
+
+ // tool functions
+ void delay()
+} \ No newline at end of file