Match and link CScriptMailbox and strtold

This commit is contained in:
2024-11-01 19:17:45 -07:00
parent 9dafdadac7
commit 0b74ded7ba
11 changed files with 574 additions and 9 deletions

View File

@@ -3,8 +3,7 @@
#include "types.h"
#include "MetroidPrime/TGameTypes.hpp"
#include "Kyoto/Animation/CSegId.hpp"
#include "Kyoto/Math/CTransform4f.hpp"
#include "rstl/reserved_vector.hpp"
@@ -12,6 +11,10 @@
class CPoseAsTransforms {
public:
class CElementType {
};
const CMatrix3f& GetRotation(const CSegId& id) const;
private:
CSegId x0_nextId;