2018-08-19 09:46:58 +02:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "..\Global\global.h"
|
|
|
|
|
2019-11-27 15:12:35 +01:00
|
|
|
//#define DisableBaddieAI ((void (__cdecl*)(short)) 0x0045B150)
|
2019-10-29 20:05:58 +01:00
|
|
|
//#define CreateZone ((void (__cdecl*)(ITEM_INFO*)) 0x0045B5E0)
|
|
|
|
//#define ClearLOT ((void (__cdecl*)(LOT_INFO*)) 0x0045B740)
|
2019-11-27 15:12:35 +01:00
|
|
|
//#define SameZoneAIObject ((int (__cdecl*)(CREATURE_INFO*, short)) 0x0040C070)
|
2018-08-19 09:46:58 +02:00
|
|
|
|
2019-12-02 14:49:19 +01:00
|
|
|
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);
|
2018-08-19 09:46:58 +02:00
|
|
|
|
|
|
|
void Inject_Lot();
|