Usermode/axwin3 - Copying parts of AxWin2 over to get it compiling
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / messages.h
1 /*
2  * Acess2 GUI (AxWin3)
3  */
4 #ifndef _MESSAGES_H_
5 #define _MESSAGES_H_
6
7 struct sAxWin_Message
8 {
9         uint16_t        ID;
10 };
11
12 typedef struct sAxWin_Message   tAxWin_Message;
13
14 enum eMessages
15 {
16         MSG_NULL,
17         MSG_CREATEWIN
18 };
19
20 #endif
21

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