Merge branch 'master' of git://git.ucc.asn.au/tpg/acess2
[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..e3aa807
--- /dev/null
@@ -0,0 +1,29 @@
+/*
+ * 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);
+extern void    RecvMessage(CDeserialiser& message);
+extern CDeserialiser   GetSyncReply(CSerialiser& request, unsigned int Message);
+
+};
+
+struct sAxWin4_Window
+{
+       unsigned int    m_id;
+        int    m_fd;
+       void    *m_buffer;
+};
+
+#endif
+

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