started filling debug menu

This commit is contained in:
aap 2019-06-27 10:58:51 +02:00
commit d74b8fa952
10 changed files with 187 additions and 12 deletions

View file

@ -34,4 +34,6 @@ public:
static CBaseModelInfo *GetModelInfo(int id){
return ms_modelInfoPtrs[id];
}
static bool IsBoatModel(int32 id);
};