mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:47:42 +00:00
Windows refactors
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
#include "CResFactory.hpp"
|
||||
#include "IObj.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
std::unique_ptr<IObj> CResFactory::Build(const SObjectTag&, const CVParamTransfer&)
|
||||
{
|
||||
return std::unique_ptr<IObj>();
|
||||
}
|
||||
void CResFactory::BuildAsync(const SObjectTag&, const CVParamTransfer&, IObj**)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user