#include "hack.h"
Defines | |
| #define | UTSZ 50 |
Functions | |
| void | initrack () |
| void | settrack () |
| coord * | gettrack (int x, int y) |
Variables | |
| STATIC_VAR NEARDATA int | utcnt |
| STATIC_VAR NEARDATA int | utpnt |
| STATIC_VAR NEARDATA coord | utrack [UTSZ] |
| #define UTSZ 50 |
Referenced by gettrack(), and settrack().
| coord* gettrack | ( | int | x, |
| int | y | ||
| ) |
References distmin(), utcnt, utpnt, utrack, UTSZ, nhcoord::x, and nhcoord::y.
Referenced by dog_goal(), and m_move().


| void initrack | ( | ) |
| void settrack | ( | ) |
References u, utcnt, utpnt, utrack, UTSZ, you::ux, you::uy, nhcoord::x, and nhcoord::y.
Referenced by moveloop().

| STATIC_VAR NEARDATA int utcnt |
Referenced by gettrack(), initrack(), and settrack().
| STATIC_VAR NEARDATA int utpnt |
Referenced by gettrack(), initrack(), and settrack().
Referenced by gettrack(), and settrack().
1.7.2