Now handling maps as arguments

This commit is contained in:
AnonymusRaccoon
2020-01-02 17:27:38 +01:00
parent 7c39000cc0
commit a0f761256b
8 changed files with 37 additions and 44 deletions
+1 -2
View File
@@ -10,5 +10,4 @@
#define ERROR 84
#include "scene.h"
int start_game(void);
int create_game_scene(gc_engine *engine);
int start_game(const char *map);