Usermode/AxWin4 - Code now compiling (if STL is present)
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / video.hpp
diff --git a/Usermode/Applications/axwin4_src/Server/include/video.hpp b/Usermode/Applications/axwin4_src/Server/include/video.hpp
new file mode 100644 (file)
index 0000000..cf0440b
--- /dev/null
@@ -0,0 +1,23 @@
+/*
+ * Acess2 GUI v4
+ * - By John Hodge (thePowersGang) 
+ *
+ * video.hpp
+ * - Graphics Interface Header
+ */
+#ifndef _VIDEO_H_
+#define _VIDEO_H_
+
+#include "CConfigVideo.hpp"
+
+namespace AxWin {
+namespace Graphics {
+
+extern void Initialise(const CConfigVideo& config);
+
+};
+
+};
+
+#endif
+

UCC git Repository :: git.ucc.asn.au