TombEngine/TR5Main/Game/lion.h
TokyoSU 713c992d76 Added Sophia
- deleted all the __cdecl except for the #define function. because /Gd enable the __cdecl for function by default.

- added the commented code in FireWeapon for TR3 entity (some function is missing)
2019-12-02 14:49:19 +01:00

7 lines
No EOL
133 B
C

#pragma once
#include "..\Global\global.h"
void InitialiseLion(short itemNum);
void LionControl(short itemNum);
void Inject_Lion();