2018-08-19 09:46:58 +02:00
|
|
|
#pragma once
|
2020-05-30 15:55:23 +02:00
|
|
|
|
2020-05-28 15:17:34 +02:00
|
|
|
#include "box.h"
|
2018-08-19 09:46:58 +02:00
|
|
|
|
2019-12-02 14:49:19 +01:00
|
|
|
int ShotLara(ITEM_INFO* item, AI_INFO* info, BITE_INFO* gun, short extra_rotation, int damage);
|
|
|
|
short GunMiss(int x, int y, int z, short speed, short yrot, short roomNumber);
|
|
|
|
short GunHit(int x, int y, int z, short speed, short yrot, short roomNumber);
|
|
|
|
short GunShot(int x, int y, int z, short speed, short yrot, short roomNumber);
|
|
|
|
int Targetable(ITEM_INFO* item, AI_INFO* info);
|
|
|
|
int TargetVisible(ITEM_INFO* item, AI_INFO* info);
|