mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Various character imps
This commit is contained in:
@@ -20,8 +20,8 @@ class ProjectResourcePool : public CSimplePool
|
||||
public:
|
||||
ProjectResourcePool(IFactory& factory, ProjectManager& parent)
|
||||
: CSimplePool(factory), m_parent(parent) {}
|
||||
CToken GetObj(char const*);
|
||||
CToken GetObj(char const*, const CVParamTransfer&);
|
||||
CToken GetObj(const char*);
|
||||
CToken GetObj(const char*, const CVParamTransfer&);
|
||||
};
|
||||
|
||||
class ProjectManager
|
||||
|
||||
Reference in New Issue
Block a user