Usermode/AxWin4 - Code now compiling (if STL is present)
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / CConfig.cpp
1 /*
2  * Acess2 GUI v4
3  * - By John Hodge (thePowersGang)
4  *
5  * CConfig.cpp
6  * - Configuration
7  */
8 #include <CConfig.hpp>
9
10 namespace AxWin {
11
12 CConfig::CConfig()
13 {
14 }
15
16 bool CConfig::parseCommandline(int argc, char *argv[])
17 {
18         return false;
19 }
20
21 CConfigVideo::CConfigVideo()
22 {
23 }
24
25 CConfigInput::CConfigInput()
26 {
27 }
28
29 CConfigIPC::CConfigIPC()
30 {
31 }
32
33 };      // namespace AxWin
34

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