mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 05:55:45 -04:00
Initial community commit
This commit is contained in:
15
Src/nu/comboskin.h
Normal file
15
Src/nu/comboskin.h
Normal file
@ -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