mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:47:43 +00:00
More ScriptLoader imps
This commit is contained in:
20
Runtime/World/CScriptActor.hpp
Normal file
20
Runtime/World/CScriptActor.hpp
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef __URDE_CSCRIPTACTOR_HPP__
|
||||
#define __URDE_CSCRIPTACTOR_HPP__
|
||||
|
||||
#include "CPhysicsActor.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CScriptActor : public CPhysicsActor
|
||||
{
|
||||
public:
|
||||
CScriptActor(TUniqueId, const std::string&, const CEntityInfo&,
|
||||
const zeus::CTransform&, const CModelData&, const zeus::CAABox& aabb, float, float,
|
||||
const CMaterialList& matList, const CHealthInfo&, const CDamageVulnerability&,
|
||||
const CActorParameters&, bool, bool, u32, float, bool, bool, bool, bool);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CSCRIPTACTOR_HPP__
|
||||
Reference in New Issue
Block a user