2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 22:31:21 +00:00
metaforce/Runtime/MP1/CInGameGuiManagerCommon.hpp

8 lines
158 B
C++

#pragma once
namespace metaforce::MP1 {
enum class EInGameGuiState { Zero, InGame, MapScreen, PauseGame, PauseLogBook, PauseSaveGame, PauseHUDMessage };
}