diff options
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -124,7 +124,7 @@ Vector2 GetUV(Vector3 p, MapPlane *mp, Plane plane); | |||
| 124 | 124 | ||
| 125 | // Game | 125 | // Game |
| 126 | Texture2D GetTexture(const char *name); | 126 | Texture2D GetTexture(const char *name); |
| 127 | void InitGame(void); | 127 | void InitGame(const char *map_path); |
| 128 | void UpdateGame(void); | 128 | void UpdateGame(void); |
| 129 | void DrawGame(void); | 129 | void DrawGame(void); |
| 130 | bool LoadMap(const char *filename); | 130 | bool LoadMap(const char *filename); |
