cf0440b2c37f8a45846164c80ec63add85514167
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / include / video.hpp
1 /*
2  * Acess2 GUI v4
3  * - By John Hodge (thePowersGang) 
4  *
5  * video.hpp
6  * - Graphics Interface Header
7  */
8 #ifndef _VIDEO_H_
9 #define _VIDEO_H_
10
11 #include "CConfigVideo.hpp"
12
13 namespace AxWin {
14 namespace Graphics {
15
16 extern void Initialise(const CConfigVideo& config);
17
18 };
19
20 };
21
22 #endif
23

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