mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
more classes added
This commit is contained in:
@@ -8,6 +8,12 @@ namespace Retro
|
||||
|
||||
class CResFactory : public IFactory
|
||||
{
|
||||
public:
|
||||
void Build(const SObjectTag&, const CVParamTransfer&);
|
||||
void BuildAsync(const SObjectTag&, const CVParamTransfer&, IObj**);
|
||||
void CancelBuild(const SObjectTag&);
|
||||
bool CanBuild(const SObjectTag&);
|
||||
const SObjectTag& GetResourceIdByName(const char*) const;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user