diff options
Diffstat (limited to 'Src/nu/comboskin.h')
-rw-r--r-- | Src/nu/comboskin.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Src/nu/comboskin.h b/Src/nu/comboskin.h new file mode 100644 index 00000000..39f7bb4e --- /dev/null +++ b/Src/nu/comboskin.h @@ -0,0 +1,15 @@ +#ifndef _COMBOSKIN_H +#define _COMBOSKIN_H + +#include <windows.h> + +class ComboSkin +{ +public: + ComboSkin(HWND hwnd); + ~ComboSkin(); + + int token; +}; + +#endif
\ No newline at end of file |