Initial community commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef _COMBOSKIN_H
|
||||
#define _COMBOSKIN_H
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
class ComboSkin
|
||||
{
|
||||
public:
|
||||
ComboSkin(HWND hwnd);
|
||||
~ComboSkin();
|
||||
|
||||
int token;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user