mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:47:42 +00:00
More script loaders
This commit is contained in:
20
Runtime/World/CScriptGenerator.hpp
Normal file
20
Runtime/World/CScriptGenerator.hpp
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef __URDE_CSCRIPTGENERATOR_HPP__
|
||||
#define __URDE_CSCRIPTGENERATOR_HPP__
|
||||
|
||||
#include "CEntity.hpp"
|
||||
#include "zeus/CVector3f.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CScriptGenerator : public CEntity
|
||||
{
|
||||
public:
|
||||
CScriptGenerator(TUniqueId uid, const std::string& name, const CEntityInfo& info,
|
||||
u32, bool, const zeus::CVector3f&, bool, bool, float, float);
|
||||
virtual void Accept(IVisitor&);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CSCRIPTGENERATOR_HPP__
|
||||
Reference in New Issue
Block a user