mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 09:26:09 +00:00
Rename everything
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "Runtime/IOStreams.hpp"
|
||||
#include "Runtime/Character/CSegId.hpp"
|
||||
|
||||
namespace urde {
|
||||
namespace metaforce {
|
||||
|
||||
class CSegIdList {
|
||||
std::vector<CSegId> x0_list;
|
||||
@@ -15,4 +15,4 @@ public:
|
||||
const std::vector<CSegId>& GetList() const { return x0_list; }
|
||||
};
|
||||
|
||||
} // namespace urde
|
||||
} // namespace metaforce
|
||||
|
||||
Reference in New Issue
Block a user