diff options
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -138,6 +138,9 @@ void DrawGame(void); | |||
| 138 | bool LoadMap(const char *filename); | 138 | bool LoadMap(const char *filename); |
| 139 | void UnloadMap(void); | 139 | void UnloadMap(void); |
| 140 | 140 | ||
| 141 | // Interface | ||
| 142 | void DrawCrosshair(void); | ||
| 143 | |||
| 141 | // Player | 144 | // Player |
| 142 | void UpdatePlayer(void); | 145 | void UpdatePlayer(void); |
| 143 | 146 | ||
