aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 6ee5a47..780d051 100644
--- a/src/config.h
+++ b/src/config.h
@@ -22,6 +22,7 @@ struct block
struct game_blocks
{
+ struct block hidden;
struct block wall;
struct block road;
struct block path;
@@ -51,4 +52,4 @@ struct conf *load_default_conf();
void destroy_conf(struct conf *);
-#endif \ No newline at end of file
+#endif