Cleanup Commit
[tpg/acess2.git] / Usermode / Libraries / libaxwin2.so_src / main.c
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  * main.c - Library Initialisation
8  */
9 #include "common.h"
10
11 // === GLOBALS ===
12  int    giAxWin_Mode = 0;
13
14 // === CODE ===
15 int SoMain()
16 {
17         return 0;
18 }

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