mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-12 08:06:08 +00:00
Rename everything
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "Runtime/IOStreams.hpp"
|
||||
#include "Runtime/RetroTypes.hpp"
|
||||
|
||||
namespace urde {
|
||||
namespace metaforce {
|
||||
|
||||
class CSegId {
|
||||
u8 x0_segId = 0xFF;
|
||||
@@ -26,4 +26,4 @@ public:
|
||||
constexpr bool IsInvalid() const noexcept { return x0_segId == 0xFF; }
|
||||
};
|
||||
|
||||
} // namespace urde
|
||||
} // namespace metaforce
|
||||
|
||||
Reference in New Issue
Block a user