mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-02 17:57:59 +03:00
8 lines
188 B
C
8 lines
188 B
C
#pragma once
|
|
struct ITEM_INFO;
|
|
struct COLL_INFO;
|
|
|
|
void lara_as_swimcheat(ITEM_INFO* item, COLL_INFO* coll);
|
|
void LaraCheatyBits();
|
|
void LaraCheatGetStuff();
|
|
void DelsGiveLaraItemsCheat();
|