mirror of
https://github.com/0ldsk00l/nestopia.git
synced 2025-04-02 10:31:51 -04:00
13 lines
233 B
C
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
|