mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 08:47:58 +03:00

- changed __int32/__int16/__int8 to int/short/char respectivly. - added UPV (prototype), lara is killed when enter.
5 lines
No EOL
176 B
C
5 lines
No EOL
176 B
C
#pragma once
|
|
#include "..\Global\global.h"
|
|
|
|
#define InitialiseLaserHead ((void (__cdecl*)(short)) 0x00436FE0)
|
|
#define ControlLaserHead ((void (__cdecl*)(short)) 0x00437680) |