metaforce/Runtime/MP1/CInGameGuiManagerCommon.hpp

23 lines
333 B
C++
Raw Normal View History

2017-04-26 06:43:48 +00:00
#ifndef __URDE_CINGAMEGUIMANAGERCOMMON_HPP__
#define __URDE_CINGAMEGUIMANAGERCOMMON_HPP__
#include "RetroTypes.hpp"
2017-12-29 08:08:12 +00:00
namespace urde::MP1
2017-04-26 06:43:48 +00:00
{
enum class EInGameGuiState
{
Zero,
InGame,
MapScreen,
PauseGame,
PauseLogBook,
PauseSaveGame,
PauseHUDMessage
};
}
#endif // __URDE_CINGAMEGUIMANAGERCOMMON_HPP__