a3949221f198161376a09ed596a6d2a37a12f78c
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / video.cpp
1 /*
2  * Acess2 GUI v4
3  * - By John Hodge (thePowersGang)
4  *
5  * video.cpp
6  * - Graphics output
7  */
8 #include <video.hpp>
9
10 namespace AxWin {
11
12 namespace Graphics {
13
14 void Initialise(const CConfigVideo& config)
15 {
16 }
17
18 };
19
20 };      // namespace AxWin
21

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