mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 05:26:09 +00:00
CPlayer header, more CScriptPlatform, renaming
Former-commit-id: 5d9f7afa3b
This commit is contained in:
21
include/MetroidPrime/CAnimRes.hpp
Normal file
21
include/MetroidPrime/CAnimRes.hpp
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef _CANIMRES_HPP
|
||||
#define _CANIMRES_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#include "MetroidPrime/TGameTypes.hpp"
|
||||
|
||||
#include "Kyoto/IObjectStore.hpp"
|
||||
#include "Kyoto/Math/CVector3f.hpp"
|
||||
|
||||
class CAnimRes {
|
||||
private:
|
||||
CAssetId x0_ancsId;
|
||||
int x4_charIdx;
|
||||
CVector3f x8_scale;
|
||||
bool x14_canLoop;
|
||||
int x18_defaultAnim;
|
||||
};
|
||||
CHECK_SIZEOF(CAnimRes, 0x1c)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user