aboutsummaryrefslogtreecommitdiff
path: root/Src/Wasabi/api/config/uioptions.h
blob: bf2cb96381f733922fafcd79519e974482ef444e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _UIOPTIONS_H
#define _UIOPTIONS_H

#include <api/config/items/cfgitemi.h>

#define UIOPTIONS_PARENT CfgItemI
class UIOptions : public UIOPTIONS_PARENT {
public:
  UIOptions(const wchar_t *name=NULL);
  static void onTimerRefreshRate(int rate);
};

#endif