summaryrefslogtreecommitdiffstats
path: root/src/modelinfo/ModelInfo.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-10-02 16:39:15 +0200
committerGitHub <noreply@github.com>2020-10-02 16:39:15 +0200
commit72f342245dcb876b974bf41cabeec4ccc6656159 (patch)
tree5ed235c96acbbbaa6bb01251be2553a6ca91246b /src/modelinfo/ModelInfo.h
parentMark audio code which is the same in re3 as done (diff)
parentMerge branch 'miami' of https://github.com/GTAmodding/re3 into miami (diff)
downloadre3-72f342245dcb876b974bf41cabeec4ccc6656159.tar
re3-72f342245dcb876b974bf41cabeec4ccc6656159.tar.gz
re3-72f342245dcb876b974bf41cabeec4ccc6656159.tar.bz2
re3-72f342245dcb876b974bf41cabeec4ccc6656159.tar.lz
re3-72f342245dcb876b974bf41cabeec4ccc6656159.tar.xz
re3-72f342245dcb876b974bf41cabeec4ccc6656159.tar.zst
re3-72f342245dcb876b974bf41cabeec4ccc6656159.zip
Diffstat (limited to '')
-rw-r--r--src/modelinfo/ModelInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modelinfo/ModelInfo.h b/src/modelinfo/ModelInfo.h
index a24ba797..1ac7b0bb 100644
--- a/src/modelinfo/ModelInfo.h
+++ b/src/modelinfo/ModelInfo.h
@@ -43,5 +43,7 @@ public:
static bool IsBoatModel(int32 id);
static bool IsBikeModel(int32 id);
static bool IsCarModel(int32 id);
+ static bool IsHeliModel(int32 id);
+ static bool IsPlaneModel(int32 id);
static void ReInit2dEffects();
};