summaryrefslogtreecommitdiffstats
path: root/include/wrapsdl2.hpp
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-01-21 04:48:02 +0100
committerNao Pross <naopross@thearcway.org>2019-01-21 04:48:02 +0100
commitca091e358a8b02423ba304bfca055712b3a70881 (patch)
tree71252ee4f0316387fd2c335fe299313b5b313167 /include/wrapsdl2.hpp
parentInitial commit, add makefile, .gitignore and debug header (diff)
downloadlibwsdl2-ca091e358a8b02423ba304bfca055712b3a70881.tar.gz
libwsdl2-ca091e358a8b02423ba304bfca055712b3a70881.zip
Add basic window wrapper
Diffstat (limited to '')
-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