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