sm64pc/src/pc/cliopts.h

13 lines
186 B
C

#include "sm64.h"
struct PCCLIOptions
{
u8 SkipIntro;
u8 FullScreen;
char * ConfigFile;
};
extern struct PCCLIOptions gCLIOpts;
void parse_cli_opts(int argc, char* argv[]);