Usermode/AxWin4 - Code now compiling (if STL is present)
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / CConfigVideo.hpp
1 /*
2  * Acess2 GUI v4
3  * - By John Hodge (thePowersGang) 
4  *
5  * CConfigVideo.hpp
6  * - Configuration class
7  */
8 #ifndef _CCONFIGVIDEO_H_
9 #define _CCONFIGVIDEO_H_
10
11 namespace AxWin {
12
13 class CConfigVideo
14 {
15 public:
16         CConfigVideo();
17 };
18
19 };      // namespace AxWin
20
21 #endif
22

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