summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Automobile.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-06-16 19:46:44 +0200
committerGitHub <noreply@github.com>2020-06-16 19:46:44 +0200
commit6f0304f90ec65f3b14e8c8870b4c5435ecf06ae5 (patch)
tree891b2defe753ccf5cd698ad54585a141fe37132b /src/vehicles/Automobile.h
parentBike anim. fix (diff)
parentsome cutscene opcodes and heli guns (diff)
downloadre3-6f0304f90ec65f3b14e8c8870b4c5435ecf06ae5.tar
re3-6f0304f90ec65f3b14e8c8870b4c5435ecf06ae5.tar.gz
re3-6f0304f90ec65f3b14e8c8870b4c5435ecf06ae5.tar.bz2
re3-6f0304f90ec65f3b14e8c8870b4c5435ecf06ae5.tar.lz
re3-6f0304f90ec65f3b14e8c8870b4c5435ecf06ae5.tar.xz
re3-6f0304f90ec65f3b14e8c8870b4c5435ecf06ae5.tar.zst
re3-6f0304f90ec65f3b14e8c8870b4c5435ecf06ae5.zip
Diffstat (limited to 'src/vehicles/Automobile.h')
-rw-r--r--src/vehicles/Automobile.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vehicles/Automobile.h b/src/vehicles/Automobile.h
index 6c13c117..eaceef7b 100644
--- a/src/vehicles/Automobile.h
+++ b/src/vehicles/Automobile.h
@@ -165,4 +165,6 @@ public:
static const uint32 nSaveStructSize;
static void SetAllTaxiLights(bool set);
-}; \ No newline at end of file
+};
+
+extern CVector vecHunterGunPos; \ No newline at end of file