mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-06 19:01:06 +03:00
11 lines
335 B
C++
11 lines
335 B
C++
#pragma once
|
|
#include "Game/control/box.h"
|
|
|
|
extern std::vector<CREATURE_INFO*> ActiveCreatures;
|
|
|
|
void InitialiseLOTarray(int allocMem);
|
|
int EnableBaddieAI(short itemNum, int always);
|
|
void InitialiseSlot(short itemNum, short slot);
|
|
void DisableBaddieAI(short itemNumber);
|
|
void ClearLOT(LOT_INFO* LOT);
|
|
void CreateZone(ITEM_INFO* item);
|