mirror of
https://github.com/0ldsk00l/nestopia.git
synced 2025-04-02 10:31:51 -04:00
11 lines
271 B
C
11 lines
271 B
C
#ifndef _UIHELP_H_
|
|
#define _UIHELP_H_
|
|
|
|
void UIHelp_Init(int argc, char *argv[], LinuxNst::Settings *settings, LinuxNst::CheatMgr *cheatmgr);
|
|
void UIHelp_Unload(void);
|
|
void UIHelp_NSFLoaded(void);
|
|
void UIHelp_GameLoaded(void);
|
|
GdkPixbuf *UIHelp_GetNSTIcon(void);
|
|
|
|
#endif
|
|
|