Cleanup Commit
[tpg/acess2.git] / Usermode / Libraries / libaxwin2.so_src / common.h
1 /*
2  * AxWin Window Manager Interface Library
3  * By John Hodge (thePowersGang)
4  * This file is published under the terms of the Acess Licence. See the
5  * file COPYING for details.
6  * 
7  * common.h - Internal Variable and Constant definitions
8  */
9 #ifndef _COMMON_H_
10 #define _COMMON_H_
11
12 // === Includes ===
13 #include <acess/sys.h>
14 #include <axwin/axwin.h>
15 #include <stdlib.h>
16
17 // === Constants ===
18 enum eAxWin_Modes
19 {
20         AXWIN_MODE_IPC
21 };
22
23 // === Variables ===
24 extern int      giAxWin_Mode;
25
26 #endif

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