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