aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/General/gen_ml/comboskin.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Plugins/General/gen_ml/comboskin.h')
-rw-r--r--Src/Plugins/General/gen_ml/comboskin.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/Src/Plugins/General/gen_ml/comboskin.h b/Src/Plugins/General/gen_ml/comboskin.h
new file mode 100644
index 00000000..c3fbbdc8
--- /dev/null
+++ b/Src/Plugins/General/gen_ml/comboskin.h
@@ -0,0 +1,18 @@
+#ifndef _COMBOSKIN_H
+#define _COMBOSKIN_H
+
+#include <windows.h>
+
+//class ScrollWnd;
+
+class ComboSkin
+{
+public:
+ ComboSkin(HWND hwnd);
+ ~ComboSkin();
+
+ HWND m_hwnd;
+ WNDPROC m_old_wndproc;
+};
+
+#endif \ No newline at end of file