mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Fixed some stuff
This commit is contained in:
parent
7bf7b34c57
commit
e67a5443b7
3 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
#include "cliopts.h"
|
#include "cliopts.h"
|
||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
struct PCCLIOptions gCLIOpts;
|
struct PCCLIOptions gCLIOpts;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ struct PCCLIOptions
|
||||||
{
|
{
|
||||||
u8 SkipIntro;
|
u8 SkipIntro;
|
||||||
u8 FullScreen;
|
u8 FullScreen;
|
||||||
|
char * ConfigFile;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern struct PCCLIOptions gCLIOpts;
|
extern struct PCCLIOptions gCLIOpts;
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
|
|
||||||
#include "cliopts.h"
|
#include "cliopts.h"
|
||||||
#include "configfile.h"
|
#include "configfile.h"
|
||||||
|
#include "controller/controller_api.h"
|
||||||
|
|
||||||
OSMesg D_80339BEC;
|
OSMesg D_80339BEC;
|
||||||
OSMesgQueue gSIEventMesgQueue;
|
OSMesgQueue gSIEventMesgQueue;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue