mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-24 23:51:20 +00:00
Relay loader imps CBeetle loader imp Change CAiFuncMap's const char* to std::string
12 lines
198 B
C++
12 lines
198 B
C++
#include "CScriptRelay.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
CScriptRelay::CScriptRelay(TUniqueId uid, const std::string& name, const CEntityInfo& info, bool active)
|
|
: CEntity(uid, info, active, name)
|
|
{
|
|
}
|
|
|
|
}
|