mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-23 02:42:38 +01:00
10 lines
203 B
C
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
|