summaryrefslogtreecommitdiffstats
path: root/src/control/Script.h
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2021-01-13 00:55:47 +0100
committerFire-Head <Fire-Head@users.noreply.github.com>2021-01-13 00:55:47 +0100
commitec173550561d7cb36505853fed13967d5299cce1 (patch)
tree232709023f42a318c0588b61f4de2c91b724a5b1 /src/control/Script.h
parentMerge branch 'lcs' of https://github.com/GTAmodding/re3 into lcs (diff)
parentsync with lcs-dev (diff)
downloadre3-ec173550561d7cb36505853fed13967d5299cce1.tar
re3-ec173550561d7cb36505853fed13967d5299cce1.tar.gz
re3-ec173550561d7cb36505853fed13967d5299cce1.tar.bz2
re3-ec173550561d7cb36505853fed13967d5299cce1.tar.lz
re3-ec173550561d7cb36505853fed13967d5299cce1.tar.xz
re3-ec173550561d7cb36505853fed13967d5299cce1.tar.zst
re3-ec173550561d7cb36505853fed13967d5299cce1.zip
Diffstat (limited to '')
-rw-r--r--src/control/Script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/Script.h b/src/control/Script.h
index 60902563..aca148d2 100644
--- a/src/control/Script.h
+++ b/src/control/Script.h
@@ -443,6 +443,7 @@ public:
static int GetSaveVarIndex(int);
static void Shutdown(void);
+ static void SwapNearestBuildingModel(float, float, float, float, int, int);
#ifdef GTA_SCRIPT_COLLECTIVE
static void AdvanceCollectiveIndex()