From f40251efc21a4e2db446af73c810d1b063cf84fb Mon Sep 17 00:00:00 2001
From: Nao Pross <naopross@thearcway.org>
Date: Mon, 21 Jan 2019 04:00:58 +0100
Subject: Initial commit, add makefile, .gitignore and debug header

---
 include/wrapsdl.hpp | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 include/wrapsdl.hpp

(limited to 'include')

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
-- 
cgit v1.2.1