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