mirror of https://github.com/PrimeDecomp/prime.git
Delete CFactoryStore.cpp, something funky is going on
This commit is contained in:
parent
9f2e8c67f9
commit
93082a4a13
|
@ -610,7 +610,7 @@ LIBS = [
|
|||
["Kyoto/Streams/CZipInputStream", True],
|
||||
["Kyoto/Streams/CZipOutputStream", True],
|
||||
["Kyoto/Streams/CZipSupport", True],
|
||||
["Kyoto/CFactoryStore", False],
|
||||
"Kyoto/CFactoryStore",
|
||||
["Kyoto/CObjectReference", True],
|
||||
"Kyoto/CSimplePool",
|
||||
["Kyoto/CToken", True],
|
||||
|
|
|
@ -9,6 +9,7 @@ class IVParamObj : public IObj {};
|
|||
template < typename T >
|
||||
class TObjOwnerParam : public IVParamObj {
|
||||
public:
|
||||
~TObjOwnerParam() {}
|
||||
T* GetData() const { return static_cast<T*>(x4_data); }
|
||||
|
||||
private:
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#include "Kyoto/IObjectStore.hpp"
|
||||
#include "Kyoto/Alloc/CMemory.hpp"
|
||||
#include "Kyoto/CObjectReference.hpp"
|
Loading…
Reference in New Issue