Backup - Adding design for AxWin3 to git
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / messageio.c
1 /*
2  * Acess2 GUI (axwin3)
3  * By John Hodge (thePowersGang)
4  * 
5  * messageio.c
6  * - Common message handling code
7  */
8 #include <common.h>
9 #include <messages.h>
10
11 // === PROTOTYPES ===
12
13 // === GLOBALS ===
14
15 // === CODE ===
16 void DispachMessage(tAxWin_Message *Message)
17 {
18         switch(Message->ID)
19         {
20         
21         }
22 }

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