Usermode/AxWin4 - Starting work on client-side library
[tpg/acess2.git] / Usermode / Libraries / libaxwin4.so_src / include / common.hpp
diff --git a/Usermode/Libraries/libaxwin4.so_src/include/common.hpp b/Usermode/Libraries/libaxwin4.so_src/include/common.hpp
new file mode 100644 (file)
index 0000000..431fce5
--- /dev/null
@@ -0,0 +1,25 @@
+/*
+ * Acess2 GUIv4 Library
+ * - By John Hodge (thePowersGang)
+ *
+ * common.h
+ * - Library internal header
+ */
+#ifndef _LIBAXWIN4_COMMON_H_
+#define _LIBAXWIN4_COMMON_H_
+
+#include <serialisation.hpp>
+
+namespace AxWin {
+
+extern void    SendMessage(CSerialiser& message);
+
+};
+
+struct sAxWin4_Window
+{
+       unsigned int    m_id;
+};
+
+#endif
+

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