Usermode/AxWin4 - Code now compiling (if STL is present)
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / input.hpp
1 /*
2  * Acess2 GUI v4
3  * - By John Hodge (thePowersGang) 
4  *
5  * input.hpp
6  * - Input Interface Header
7  */
8 #ifndef _INPUT_H_
9 #define _INPUT_H_
10
11 #include <acess/sys.h>
12
13 namespace AxWin {
14 namespace Input {
15
16 extern void     Initialise(const CConfigInput& config);
17 extern int      FillSelect(::fd_set& rfds);
18 extern void     HandleSelect(::fd_set& rfds);
19
20 };
21 };
22
23 #endif
24

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