mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 06:27:43 +00:00
Add some script loaders
This commit is contained in:
20
Runtime/World/CScriptDoor.hpp
Normal file
20
Runtime/World/CScriptDoor.hpp
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef __URDE_CSCRIPTDOOR_HPP__
|
||||
#define __URDE_CSCRIPTDOOR_HPP__
|
||||
|
||||
#include "CPhysicsActor.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CScriptDoor : public CPhysicsActor
|
||||
{
|
||||
public:
|
||||
CScriptDoor(TUniqueId, const std::string& name, const CEntityInfo& info,
|
||||
const zeus::CTransform&, const CModelData&, const CActorParameters&,
|
||||
const zeus::CVector3f&, const zeus::CAABox&,
|
||||
bool active, bool material, bool, float, bool ballDoor);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CSCRIPTDOOR_HPP__
|
||||
Reference in New Issue
Block a user