mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 08:47:58 +03:00
15 lines
No EOL
444 B
C
15 lines
No EOL
444 B
C
#pragma once
|
|
#include "..\Global\global.h"
|
|
|
|
extern COLL_INFO coll;
|
|
|
|
void GetLaraDeadlyBounds();
|
|
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();
|
|
void AnimateLara(ITEM_INFO* item);
|
|
void LaraCheatyBits(); |