mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 20:31:21 +00:00
13 lines
294 B
C++
13 lines
294 B
C++
#include "CScriptHUDMemo.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
CScriptHUDMemo::CScriptHUDMemo(TUniqueId uid, const std::string& name, const CEntityInfo& info, const CHUDMemoParms&,
|
|
CScriptHUDMemo::EDisplayType, ResId, bool active)
|
|
: CEntity(uid, info, active, name)
|
|
{
|
|
}
|
|
|
|
}
|