summaryrefslogtreecommitdiffstats
path: root/src/core/Game.cpp
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2021-01-23 01:34:15 +0100
committerGitHub <noreply@github.com>2021-01-23 01:34:15 +0100
commit10120eb12fb91db551a00839ab30d7542634b87d (patch)
treee8c670366d80e62776b0856466625b50af97c0c7 /src/core/Game.cpp
parentfix config.h (diff)
parentIncludes overhaul, fix some compiler warnings (diff)
downloadre3-10120eb12fb91db551a00839ab30d7542634b87d.tar
re3-10120eb12fb91db551a00839ab30d7542634b87d.tar.gz
re3-10120eb12fb91db551a00839ab30d7542634b87d.tar.bz2
re3-10120eb12fb91db551a00839ab30d7542634b87d.tar.lz
re3-10120eb12fb91db551a00839ab30d7542634b87d.tar.xz
re3-10120eb12fb91db551a00839ab30d7542634b87d.tar.zst
re3-10120eb12fb91db551a00839ab30d7542634b87d.zip
Diffstat (limited to 'src/core/Game.cpp')
-rw-r--r--src/core/Game.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp
index c407bbe8..83d30bb4 100644
--- a/src/core/Game.cpp
+++ b/src/core/Game.cpp
@@ -1,6 +1,3 @@
-#pragma warning( push )
-#pragma warning( disable : 4005)
-#pragma warning( pop )
#include "common.h"
#include "platform.h"
@@ -10,7 +7,6 @@
#include "Accident.h"
#include "Antennas.h"
#include "Bridge.h"
-#include "Camera.h"
#include "CarCtrl.h"
#include "CarGen.h"
#include "CdStream.h"
@@ -69,7 +65,6 @@
#include "Skidmarks.h"
#include "SetPieces.h"
#include "SpecialFX.h"
-#include "Sprite2d.h"
#include "Stats.h"
#include "Streaming.h"
#include "SurfaceTable.h"