more scenes ID

This commit is contained in:
arthur.jamet
2021-06-04 16:58:30 +02:00
parent 06a7a2d3bf
commit 1f42e7d911
+6 -2
View File
@@ -17,8 +17,12 @@ namespace BBM
//! @brief The list of scenes available.
enum SceneID
{
MainMenu,
GameScene
MainMenuScene,
GameScene,
SettingsScene,
PauseMenuScene,
LobbyScene,
};