mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-01 09:18:00 +03:00

- No more enums.h, constants.h, macro.h, etc... - moved all structure in types.h to there respective file.
18 lines
498 B
C
18 lines
498 B
C
#pragma once
|
|
|
|
#include "collide.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();
|
|
void LaraCheatGetStuff();
|
|
void DelsGiveLaraItemsCheat();
|