summaryrefslogtreecommitdiffstats
path: root/src/control/Script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/control/Script.h')
-rw-r--r--src/control/Script.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/control/Script.h b/src/control/Script.h
index 5759cf82..96e1aed5 100644
--- a/src/control/Script.h
+++ b/src/control/Script.h
@@ -1,10 +1,12 @@
#pragma once
#include "common.h"
-#include "Collision.h"
-#include "Ped.h"
-#include "Object.h"
#include "Sprite2d.h"
-#include "Vehicle.h"
+
+class CEntity;
+class CBuilding;
+class CVehicle;
+class CPed;
+class CObject;
struct CScriptRectangle
{