2018-08-19 09:46:58 +02:00
|
|
|
#pragma once
|
2019-12-01 08:13:19 +01:00
|
|
|
#include "..\Global\global.h"
|
2018-09-22 23:54:36 +02:00
|
|
|
|
2019-12-22 19:01:36 +01:00
|
|
|
extern COLL_INFO coll;
|
|
|
|
|
2020-01-21 19:25:11 -03:00
|
|
|
#define phd_SetTrans ((void (__cdecl*)(int, int, int)) 0x0048FA40)
|
|
|
|
#define phd_RotBoundingBoxNoPersp ((void (__cdecl*)(short*, short*)) 0x0042E240)
|
2020-01-14 07:34:10 +01:00
|
|
|
|
2020-01-21 19:25:11 -03:00
|
|
|
void GetLaraDeadlyBounds();
|
2019-12-02 14:49:19 +01:00
|
|
|
void DelAlignLaraToRope(ITEM_INFO* item);
|
|
|
|
void InitialiseLaraAnims(ITEM_INFO* item);
|
|
|
|
void InitialiseLaraLoad(short itemNumber);
|
|
|
|
void InitialiseLara(int restore);
|
|
|
|
void LaraControl(short itemNumber);
|
|
|
|
void LaraCheat(ITEM_INFO* item, COLL_INFO* coll);
|
|
|
|
void LaraInitialiseMeshes();
|
2019-12-26 07:44:01 +01:00
|
|
|
void AnimateLara(ITEM_INFO* item);
|
2020-01-22 13:24:41 -03:00
|
|
|
void LaraCheatyBits();
|
|
|
|
void LaraCheatGetStuff();
|