aboutsummaryrefslogtreecommitdiff
path: root/src/games/Game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/games/Game.hpp')
-rw-r--r--src/games/Game.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/games/Game.hpp b/src/games/Game.hpp
index a020012..aad3c1b 100644
--- a/src/games/Game.hpp
+++ b/src/games/Game.hpp
@@ -26,6 +26,14 @@ public:
game_exit
};
+ enum ZLayer {
+ z_background = 0,
+ z_layer1,
+ z_layer2,
+ z_layer3,
+ z_text
+ };
+
static std::unique_ptr<Game> Select(GameType type);