mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 18:24:55 +00:00
more classes added
This commit is contained in:
@@ -3,4 +3,20 @@
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
void CResFactory::Build(const SObjectTag&, const CVParamTransfer&)
|
||||
{
|
||||
}
|
||||
void CResFactory::BuildAsync(const SObjectTag&, const CVParamTransfer&, IObj**)
|
||||
{
|
||||
}
|
||||
void CResFactory::CancelBuild(const SObjectTag&)
|
||||
{
|
||||
}
|
||||
bool CResFactory::CanBuild(const SObjectTag&)
|
||||
{
|
||||
}
|
||||
const SObjectTag& CResFactory::GetResourceIdByName(const char*) const
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user