nestopia/source/linux/main.h
2012-09-02 13:13:55 -04:00

13 lines
233 B
C

#ifndef _MAIN_H_
#define _MAIN_H_
void NstPlayGame();
void NstPlayNsf();
void NstStopNsf();
void NstScheduleQuit();
void NstStopPlaying();
bool NstIsPlaying();
void NstLoadGame(const char* filename);
void NstLaunchConfig();
#endif