mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 18:32:42 +01:00
14 lines
283 B
C
14 lines
283 B
C
#ifndef MDRAW_H
|
|
#define MDRAW_H
|
|
|
|
|
|
extern void DrawMission(); // 0x0005F2FC
|
|
|
|
extern void DrawWorldTargets(); // 0x0005FC3C
|
|
extern void DrawOverheadTargets(); // 0x0005FC8C
|
|
|
|
extern void DrawFullscreenTargets(); // 0x0005FCDC
|
|
extern void DrawMultiplayerTargets(); // 0x0005FD2C
|
|
|
|
#endif
|