summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-01-21 04:00:58 +0100
committerNao Pross <naopross@thearcway.org>2019-01-21 04:02:18 +0100
commitf40251efc21a4e2db446af73c810d1b063cf84fb (patch)
treedce905174d6020d11e885a860b3dbce6c7899b6e /include
downloadlibwsdl2-f40251efc21a4e2db446af73c810d1b063cf84fb.tar.gz
libwsdl2-f40251efc21a4e2db446af73c810d1b063cf84fb.zip
Initial commit, add makefile, .gitignore and debug header
Diffstat (limited to 'include')
-rw-r--r--include/wrapsdl.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/wrapsdl.hpp b/include/wrapsdl.hpp
new file mode 100644
index 0000000..9b9a72c
--- /dev/null
+++ b/include/wrapsdl.hpp
@@ -0,0 +1,6 @@
+#pragma once
+
+namespace wrapsdl {
+ bool initialize(void);
+ void quit(void);
+} \ No newline at end of file