Render96ex/src/pc/cliopts.h

12 lines
163 B
C
Raw Normal View History

#include "sm64.h"
struct PCCLIOptions
{
u8 SkipIntro;
2020-05-15 11:51:06 -04:00
u8 FullScreen;
};
extern struct PCCLIOptions gCLIOpts;
2020-05-15 11:51:06 -04:00
void parse_cli_opts(int argc, char* argv[]);