Update and remove some includes

You need to obtain "AmbrosiaTools" Framework. I'm not allowed to distribute it. Sorry.
This commit is contained in:
maride
2016-04-02 15:05:42 +02:00
parent 190d4240c6
commit 3fcd1b3023
8 changed files with 25 additions and 25 deletions

View File

@@ -3,9 +3,7 @@
#include <math.h>
#include "stdtypes.h"
#include "reg_tool_3.h"
#include "rt3_redline.h"
#include <AmbrosiaTools/stdtypes.h>
#include "vectors.h"
#include "entities.h"

View File

@@ -1,6 +1,4 @@
#include "stdtypes.h"
#include "reg_tool_3.h"
#include "rt3_redline.h"
#include <AmbrosiaTools/stdtypes.h>
#include <OpenGL/gl.h>

View File

@@ -15,8 +15,6 @@
#include "random.h"
#include "collision.h"
#ifndef __TARGET_TOOLAPP
#include "reg_tool_3.h"
#include "rt3_redline.h"
#endif
#include "gamemem.h"

View File

@@ -27,10 +27,7 @@
#include "transparency.h"
#include "log.h"
#include "stdtypes.h"
#include "reg_tool_3.h"
#include "rt3_redline.h"
#include "ASWRegistrationCarbonAPI.h"
#include <AmbrosiaTools/stdtypes.h>
#include "file_tool.h"
#include "localtracker.h"

View File

@@ -28,9 +28,7 @@
#include "interfacemultiplayer.h"
#include "tracker.h"
#include "stdtypes.h"
#include "reg_tool_3.h"
#include "rt3_redline.h"
#include <AmbrosiaTools/stdtypes.h>
tGameInfo gInterfaceGInfo;

View File

@@ -1,8 +1,6 @@
#include <math.h>
#include "stdtypes.h"
#include "reg_tool_3.h"
#include "rt3_redline.h"
#include <AmbrosiaTools/stdtypes.h>
#include "vectors.h"
#include "carphysics.h"