summaryrefslogtreecommitdiff
path: root/World.h
diff options
context:
space:
mode:
authormiguel <miguel@localhost>2017-09-23 12:29:16 +0200
committermiguel <miguel@localhost>2017-09-23 12:29:16 +0200
commit871f17ae1096899ffb902f1dd99c0c8d14d1c665 (patch)
treeec0fb16eba0000cb86e30762eef4284358db13c3 /World.h
parent369376b5412a24692d4de925d1ecaa1b5168c000 (diff)
random next stone
Diffstat (limited to 'World.h')
-rw-r--r--World.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/World.h b/World.h
index 7a63093..1ba2471 100644
--- a/World.h
+++ b/World.h
@@ -26,6 +26,7 @@ struct World
std::vector<int> coins_pos;
std::vector<std::vector<Brick>> bricks{{{}}};
+ int next_stone;
int level;
int coins;
World(int level);