mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-21 06:59:11 +00:00
Match and link CFactoryStore in a really dumb way
Former-commit-id: ad21202340
This commit is contained in:
8
src/Kyoto/CFactoryStore.cpp
Normal file
8
src/Kyoto/CFactoryStore.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "Kyoto/CSimplePool.hpp"
|
||||
#include "Kyoto/CResFactory.hpp"
|
||||
|
||||
TObjOwnerParam<IObjectStore*> DumbTest() {
|
||||
CResFactory tmp;
|
||||
CSimplePool pool(tmp);
|
||||
return TObjOwnerParam<IObjectStore*>(&pool);
|
||||
}
|
||||
Reference in New Issue
Block a user