aboutsummaryrefslogtreecommitdiff
path: root/src/game/inc/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/inc/game.h')
-rw-r--r--src/game/inc/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/inc/game.h b/src/game/inc/game.h
index 66e5e79..1dfdd58 100644
--- a/src/game/inc/game.h
+++ b/src/game/inc/game.h
@@ -30,6 +30,7 @@ struct game_cfg
size_t n;
union peripheral *p;
+ const char *map;
};
int game_resinit(void);