X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin4_src%2FServer%2Finclude%2Fcompositor.hpp;fp=Usermode%2FApplications%2Faxwin4_src%2FServer%2Finclude%2Fcompositor.hpp;h=403d943c23e99712dbc9d3ab1dcb66c04e3790f0;hp=0000000000000000000000000000000000000000;hb=845b6f9d90bb87b5e760e4d49aa93b0e003ab750;hpb=67a7fe2bb79eceaf10c572a99bd8345c4e81cf5b diff --git a/Usermode/Applications/axwin4_src/Server/include/compositor.hpp b/Usermode/Applications/axwin4_src/Server/include/compositor.hpp new file mode 100644 index 00000000..403d943c --- /dev/null +++ b/Usermode/Applications/axwin4_src/Server/include/compositor.hpp @@ -0,0 +1,22 @@ +/* + * Acess2 GUI v4 + * - By John Hodge (thePowersGang) + * + * compositor.hpp + * - Compositor Interface Header + */ +#ifndef _COMPOSITOR_H_ +#define _COMPOSITOR_H_ + +namespace AxWin { + +class CCompositor; + +namespace Compositor { + +}; // namespace Compositor + +}; // namespace AxWin + +#endif +