ConstructMloClumps

This commit is contained in:
Sergeanur 2020-01-21 09:47:24 +02:00
commit 77515f04e0
4 changed files with 13 additions and 6 deletions

View file

@ -46,4 +46,5 @@ public:
static bool IsBikeModel(int32 id);
static void RemoveColModelsFromOtherLevels(eLevelName level);
static CStore<CInstance, MLOINSTANCESIZE>* CModelInfo::GetMloInstanceStore();
static void ConstructMloClumps();
};