nestopia/source/unix/uihelp.h
2013-01-03 23:49:10 -05:00

9 lines
235 B
C

#ifndef _UIHELP_H_
#define _UIHELP_H_
void UIHelp_Init(int argc, char *argv[], LinuxNst::Settings *settings, LinuxNst::CheatMgr *cheatmgr, int xres, int yres);
void UIHelp_NSFLoaded(void);
GdkPixbuf *UIHelp_GetNSTIcon(void);
#endif