aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorSopár Adrián <adrian.sopar@protonmail.com>2024-06-23 15:33:35 +0200
committerSopár Adrián <adrian.sopar@protonmail.com>2024-06-23 15:33:35 +0200
commit90f9e3942d5ff3bcb58470926f68391211bebbad (patch)
treefaa16054767c1739a3b3df6bdb7c88e584d0e298 /src/config.h
parent74ea6dc86646cee9915292d73d8c7afef01ef3e0 (diff)
Hide the part of the map that cannot be seen from the player's point of view.
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