mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:07:42 +00:00
More ScriptLoader imps
This commit is contained in:
19
Runtime/World/CScriptWaypoint.hpp
Normal file
19
Runtime/World/CScriptWaypoint.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef __URDE_CSCRIPTWAYPOINT_HPP__
|
||||
#define __URDE_CSCRIPTWAYPOINT_HPP__
|
||||
|
||||
#include "CActor.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CScriptWaypoint : public CActor
|
||||
{
|
||||
public:
|
||||
CScriptWaypoint(TUniqueId, const std::string&, const CEntityInfo&,
|
||||
const zeus::CTransform&, bool, float, float,
|
||||
u32, u32, u32, u32, u32, u32, u32);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CSCRIPTWAYPOINT_HPP__
|
||||
Reference in New Issue
Block a user