summaryrefslogtreecommitdiffstats
path: root/Src/nu/comboskin.h
blob: 39f7bb4e3cee5446529bded06924203ef927bc5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _COMBOSKIN_H
#define _COMBOSKIN_H

#include <windows.h>

class ComboSkin
{
public:
  ComboSkin(HWND hwnd);
  ~ComboSkin();

  int token;
};

#endif