f0ec6d776c5337418052ff39eb1963158c96e589
[tpg/acess2.git] / Usermode / Libraries / libaxwin4.so_src / include / common.hpp
1 /*
2  * Acess2 GUIv4 Library
3  * - By John Hodge (thePowersGang)
4  *
5  * common.h
6  * - Library internal header
7  */
8 #ifndef _LIBAXWIN4_COMMON_H_
9 #define _LIBAXWIN4_COMMON_H_
10
11 #include <serialisation.hpp>
12
13 namespace AxWin {
14
15 extern void     SendMessage(CSerialiser& message);
16 extern void     RecvMessage(CDeserialiser& message);
17
18 };
19
20 struct sAxWin4_Window
21 {
22         unsigned int    m_id;
23 };
24
25 #endif
26

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