REDRIVER2/src_rebuild/Game/C/targets.h
2020-12-28 14:51:40 +06:00

10 lines
203 B
C

#ifndef TARGETS_H
#define TARGETS_H
extern int gDraw3DArrowBlue;
extern void Draw3DTarget(VECTOR *position, int flags); // 0x0007FB44
extern void DrawStopZone(VECTOR *pPosition); // 0x000800F8
#endif