mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 21:51:22 +00:00
8 lines
158 B
C++
8 lines
158 B
C++
#pragma once
|
|
|
|
namespace metaforce::MP1 {
|
|
|
|
enum class EInGameGuiState { Zero, InGame, MapScreen, PauseGame, PauseLogBook, PauseSaveGame, PauseHUDMessage };
|
|
|
|
}
|