Fix includes
This commit is contained in:
parent
2b62e0647d
commit
4f61559d4f
@ -11,7 +11,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "fileio.h"
|
#include "fileio.h"
|
||||||
#include "platform.h"
|
#include <AmbrosiaTools/platform.h>
|
||||||
#include "gamemem.h"
|
#include "gamemem.h"
|
||||||
#include "error.h"
|
#include "error.h"
|
||||||
#include "parser.h"
|
#include "parser.h"
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
|
||||||
#include <AmbrosiaTools/stdtypes.h>
|
#include <AmbrosiaTools/stdtypes.h>
|
||||||
#include "file_tool.h"
|
#include <AmbrosiaTools/file_tool.h>
|
||||||
#include "localtracker.h"
|
#include "localtracker.h"
|
||||||
|
|
||||||
int IsInFront();
|
int IsInFront();
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include <OpenGL/gl.h>
|
#include <OpenGL/gl.h>
|
||||||
#include <platform.h>
|
#include <AmbrosiaTools/platform.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
@ -26,7 +26,6 @@
|
|||||||
#include "text.h"
|
#include "text.h"
|
||||||
#include "GetPID.h"
|
#include "GetPID.h"
|
||||||
#include "gamesound.h"
|
#include "gamesound.h"
|
||||||
#include "reg_tool_3.h"
|
|
||||||
|
|
||||||
|
|
||||||
int gSystemSuspended=false;
|
int gSystemSuspended=false;
|
||||||
|
Loading…
Reference in New Issue
Block a user