mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-01 09:18:00 +03:00
10 lines
No EOL
412 B
C
10 lines
No EOL
412 B
C
#pragma once
|
|
#include "effect.h"
|
|
|
|
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 roomNumber);
|
|
short BombGun(int x, int y, int z, short speed, short yrot, short roomNumber); // RocketGun = BombGun
|
|
short NatlaGun(int x, int y, int z, short speed, short yrot, short roomNumber); |