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

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