Usermode/AxWin4 - Code now compiling (if STL is present)
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / input.cpp
1 /*
2  * Acess2 GUI v4
3  * - By John Hodge (thePowersGang)
4  *
5  * input.cpp
6  * - Input
7  */
8 #include <CConfigInput.hpp>
9 #include <input.hpp>
10
11 namespace AxWin {
12
13 namespace Input {
14
15 void Initialise(const ::AxWin::CConfigInput& config)
16 {
17         
18 }
19
20 int FillSelect(::fd_set& rfds)
21 {
22         return 0;
23 }
24
25 void HandleSelect(::fd_set& rfds)
26 {
27 }
28
29 };
30
31 };      // namespace AxWin
32

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