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