2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 16:31:20 +00:00
metaforce/Runtime/MP1/CInGameGuiManagerCommon.hpp
2017-04-25 20:43:48 -10:00

26 lines
346 B
C++

#ifndef __URDE_CINGAMEGUIMANAGERCOMMON_HPP__
#define __URDE_CINGAMEGUIMANAGERCOMMON_HPP__
#include "RetroTypes.hpp"
namespace urde
{
namespace MP1
{
enum class EInGameGuiState
{
Zero,
InGame,
MapScreen,
PauseGame,
PauseLogBook,
PauseSaveGame,
PauseHUDMessage
};
}
}
#endif // __URDE_CINGAMEGUIMANAGERCOMMON_HPP__