From 16adefc98106a7f401a00864122f65f64305ecce Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 30 Apr 2026 19:07:38 +0200 Subject: Refactor crosshair --- all.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'all.h') 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); bool LoadMap(const char *filename); void UnloadMap(void); +// Interface +void DrawCrosshair(void); + // Player void UpdatePlayer(void); -- cgit v1.2.3