aboutsummaryrefslogtreecommitdiff
path: root/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'all.h')
-rw-r--r--all.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/all.h b/all.h
index 6c17f7f..ec07c39 100644
--- a/all.h
+++ b/all.h
@@ -138,6 +138,9 @@ void DrawGame(void);
138bool LoadMap(const char *filename); 138bool LoadMap(const char *filename);
139void UnloadMap(void); 139void UnloadMap(void);
140 140
141// Interface
142void DrawCrosshair(void);
143
141// Player 144// Player
142void UpdatePlayer(void); 145void UpdatePlayer(void);
143 146