mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 18:45:45 -04:00
Initial community commit
This commit is contained in:
13
Src/Wasabi/api/config/uioptions.h
Normal file
13
Src/Wasabi/api/config/uioptions.h
Normal file
@ -0,0 +1,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
|
Reference in New Issue
Block a user