#pragma once
namespace global
{
enum class Scenes : int
Play,
SceneCount
};
inline constexpr int SCENE_COUNT {(int)Scenes::SceneCount};
}//namespace