mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 16:46:10 +00:00
extract tool work
This commit is contained in:
26
hecl/lib/Runtime/HECLRuntime.cpp
Normal file
26
hecl/lib/Runtime/HECLRuntime.cpp
Normal file
@@ -0,0 +1,26 @@
|
||||
#include "HECL/Runtime.hpp"
|
||||
|
||||
namespace HECL
|
||||
{
|
||||
namespace Runtime
|
||||
{
|
||||
|
||||
Runtime::Runtime(const HECL::SystemString& hlpkDirectory)
|
||||
{
|
||||
}
|
||||
|
||||
Runtime::~Runtime()
|
||||
{
|
||||
}
|
||||
|
||||
std::shared_ptr<Entity> Runtime::loadSync(const Hash& pathHash)
|
||||
{
|
||||
}
|
||||
|
||||
std::shared_ptr<Entity> Runtime::loadAsync(const Hash& pathHash,
|
||||
SGroupLoadStatus* statusOut)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user