Fixed some stuff

This commit is contained in:
Vinícius R. Miguel 2020-05-16 18:14:43 -03:00
parent 7bf7b34c57
commit e67a5443b7
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include "cliopts.h"
#include <strings.h>
#include <stdlib.h>
#include <stdio.h>
struct PCCLIOptions gCLIOpts;

View File

@ -4,6 +4,7 @@ struct PCCLIOptions
{
u8 SkipIntro;
u8 FullScreen;
char * ConfigFile;
};
extern struct PCCLIOptions gCLIOpts;

View File

@ -20,6 +20,7 @@
#include "cliopts.h"
#include "configfile.h"
#include "controller/controller_api.h"
OSMesg D_80339BEC;
OSMesgQueue gSIEventMesgQueue;