diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-12 23:34:49 +0100 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-12 23:34:49 +0100 |
commit | 510ad223f065c9dc69e6f7dd3874a6fd9cea24c7 (patch) | |
tree | 063bb036fec1a49a6afc401151ddc2d2dddcd9d0 /src/control/Script.h | |
parent | big oof (diff) | |
download | re3-510ad223f065c9dc69e6f7dd3874a6fd9cea24c7.tar re3-510ad223f065c9dc69e6f7dd3874a6fd9cea24c7.tar.gz re3-510ad223f065c9dc69e6f7dd3874a6fd9cea24c7.tar.bz2 re3-510ad223f065c9dc69e6f7dd3874a6fd9cea24c7.tar.lz re3-510ad223f065c9dc69e6f7dd3874a6fd9cea24c7.tar.xz re3-510ad223f065c9dc69e6f7dd3874a6fd9cea24c7.tar.zst re3-510ad223f065c9dc69e6f7dd3874a6fd9cea24c7.zip |
Diffstat (limited to '')
-rw-r--r-- | src/control/Script.h | 1 |
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() |