TombEngine/TR5Main/Game/missile.h
TokyoSU 8e148277bf Added Entity
- Lara Evil (Atlantis Version)
- Natla and Evil Natla.
- Larson and Pierre (TR1)
- Raptor (TR1)
2019-12-06 15:26:18 +01:00

14 lines
No EOL
558 B
C

#pragma once
#include "..\Global\global.h"
#define TorpedoControl ((void (__cdecl*)(short)) 0x0045C9F0)
#define ControlEnemyMissile ((void (__cdecl*)(short)) 0x00431E70)
void ShootAtLara(FX_INFO* fx);
void ControlMissile(short fxNumber);
void ControlNatlaGun(short fx_number);
short ShardGun(int x, int y, int z, short speed, short yrot, short room_number);
short BombGun(int x, int y, int z, short speed, short yrot, short room_number); // RocketGun = BombGun
short NatlaGun(int x, int y, int z, short speed, short yrot, short room_number);