aboutsummaryrefslogtreecommitdiff
path: root/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'all.h')
-rw-r--r--all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/all.h b/all.h
index ac97717..048750a 100644
--- a/all.h
+++ b/all.h
@@ -124,7 +124,7 @@ Vector2 GetUV(Vector3 p, MapPlane *mp, Plane plane);
124 124
125// Game 125// Game
126Texture2D GetTexture(const char *name); 126Texture2D GetTexture(const char *name);
127void InitGame(void); 127void InitGame(const char *map_path);
128void UpdateGame(void); 128void UpdateGame(void);
129void DrawGame(void); 129void DrawGame(void);
130bool LoadMap(const char *filename); 130bool LoadMap(const char *filename);