MuckyFoot-UrbanChaos/fallen/Headers/overlay.h
2017-05-20 11:14:17 +10:00

11 lines
182 B
C

#ifndef OVERLAY_H
#define OVERLAY_H
extern void OVERLAY_handle(void);
extern void track_enemy(Thing *p_thing);
extern void track_gun_sight(Thing *p_thing,SLONG accuracy);
#endif