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