mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 10:22:48 +01:00
13 lines
269 B
C
13 lines
269 B
C
#ifndef PATHFIND_H
|
|
#define PATHFIND_H
|
|
|
|
extern void InitPathFinding(); // 0x000E7BD0
|
|
|
|
extern int getInterpolatedDistance(VECTOR *pos); // 0x000E7CA8
|
|
|
|
extern void UpdateCopMap(); // 0x000E836C
|
|
|
|
extern int getHeadingToPlayer(int vx, int vy, int vz); // 0x000E8F00
|
|
|
|
#endif
|