prime/include/MetroidPrime/Weapons/GunController/CGunMotion.hpp

19 lines
295 B
C++
Raw Normal View History

#ifndef _CGUNMOTION_HPP
#define _CGUNMOTION_HPP
#include "Kyoto/CObjectReference.hpp"
class CVector3f;
class CGunMotion {
public:
CGunMotion(CAssetId ancsId, const CVector3f& scale);
2022-10-06 11:06:55 +00:00
~CGunMotion();
private:
u8 x0_pad[0xbc];
};
CHECK_SIZEOF(CGunMotion, 0xbc)
#endif // _CGUNMOTION_HPP