mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 00:46:08 +00:00
More defs for CStateManagerContainer & friends
Former-commit-id: 04a7213fa7
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include "Kyoto/Graphics/CColor.hpp"
|
||||
#include "Kyoto/Math/CAABox.hpp"
|
||||
#include "Kyoto/Math/CTransform4f.hpp"
|
||||
#include "Kyoto/Math/CQuaternion.hpp"
|
||||
#include "Kyoto/TToken.hpp"
|
||||
|
||||
#include "rstl/pair.hpp"
|
||||
@@ -26,7 +27,11 @@ class CScannableObjectInfo;
|
||||
class CSimpleShadow;
|
||||
|
||||
// TODO move
|
||||
struct SAdvancementDeltas {};
|
||||
struct SAdvancementDeltas {
|
||||
CVector3f x0_posDelta;
|
||||
CQuaternion xc_rotDelta;
|
||||
};
|
||||
CHECK_SIZEOF(SAdvancementDeltas, 0x1c)
|
||||
|
||||
class CActor : public CEntity {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user