2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-10-04 23:19:37 +00:00
metaforce/hecl/lib/runtime/HECLRuntime.cpp
2015-06-09 12:19:59 -10:00

24 lines
415 B
C++

#include "HECLRuntime.hpp"
namespace HECLRuntime
{
HECLRuntime::HECLRuntime(const HECL::SystemString& hlpkDirectory)
{
}
HECLRuntime::~HECLRuntime()
{
}
std::shared_ptr<RuntimeEntity> HECLRuntime::loadSync(const HECL::Hash& pathHash)
{
}
std::shared_ptr<RuntimeEntity> HECLRuntime::loadAsync(const HECL::Hash& pathHash,
SGroupLoadStatus* statusOut)
{
}
}