mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
PASDatabase imps
Add SpecialFunction loader
This commit is contained in:
32
Runtime/World/CScriptActorRotate.hpp
Normal file
32
Runtime/World/CScriptActorRotate.hpp
Normal file
@@ -0,0 +1,32 @@
|
||||
#ifndef CSCRIPTACTORROTATE_HPP
|
||||
#define CSCRIPTACTORROTATE_HPP
|
||||
|
||||
#include "CEntity.hpp"
|
||||
#include "zeus/CTransform.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CScriptActorRotate : public CEntity
|
||||
{
|
||||
zeus::CVector3f x34_rotation;
|
||||
float x40_;
|
||||
float x44_;
|
||||
std::map<TUniqueId, zeus::CTransform> x48_actors;
|
||||
|
||||
union
|
||||
{
|
||||
struct
|
||||
{
|
||||
bool x58_24_ : 1;
|
||||
bool x58_25_ : 1;
|
||||
bool x58_26_ : 1;
|
||||
bool x58_27_ : 1;
|
||||
};
|
||||
u32 dummy = 0;
|
||||
};
|
||||
public:
|
||||
CScriptActorRotate(TUniqueId, const std::string&, const CEntityInfo&, const zeus::CVector3f&, float, bool, bool, bool);
|
||||
};
|
||||
}
|
||||
|
||||
#endif // CSCRIPTACTORROTATE_HPP
|
||||
Reference in New Issue
Block a user