mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 14:46:08 +00:00
MSVC build fixes
This commit is contained in:
@@ -15,11 +15,13 @@ Runtime::~Runtime()
|
||||
|
||||
std::shared_ptr<Entity> Runtime::loadSync(const Hash& pathHash)
|
||||
{
|
||||
return std::shared_ptr<Entity>();
|
||||
}
|
||||
|
||||
std::shared_ptr<Entity> Runtime::loadAsync(const Hash& pathHash,
|
||||
SGroupLoadStatus* statusOut)
|
||||
{
|
||||
return std::shared_ptr<Entity>();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user