Usermode/AxWin4 - Starting work on client-side library
[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
17 };
18
19 struct sAxWin4_Window
20 {
21         unsigned int    m_id;
22 };
23
24 #endif
25

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