mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 05:07:43 +00:00
Rename everything
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include "Runtime/GuiSys/CStringTable.hpp"
|
||||
#include "Runtime/IMain.hpp"
|
||||
|
||||
namespace urde::MP1 {
|
||||
namespace metaforce::MP1 {
|
||||
|
||||
CPauseScreenBase::CPauseScreenBase(const CStateManager& mgr, CGuiFrame& frame, const CStringTable& pauseStrg,
|
||||
bool isLogBook)
|
||||
@@ -531,4 +531,4 @@ std::string CPauseScreenBase::GetImagePaneName(size_t i) {
|
||||
return fmt::format(FMT_STRING("imagepane_pane{}"), PaneSuffixes[i]);
|
||||
}
|
||||
|
||||
} // namespace urde::MP1
|
||||
} // namespace metaforce::MP1
|
||||
|
||||
Reference in New Issue
Block a user