mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 21:07:41 +00:00
Start CModelData, cleanup CFactoryFnReturn usage
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
#include "rstl/auto_ptr.hpp"
|
||||
#include "rstl/vector.hpp"
|
||||
|
||||
#include <Kyoto/CFactoryFnReturn.hpp>
|
||||
|
||||
class COBBTree;
|
||||
|
||||
class CCollidableOBBTreeGroupContainer {
|
||||
@@ -40,4 +42,7 @@ private:
|
||||
CCollidableOBBTreeGroupContainer* x10_container;
|
||||
};
|
||||
|
||||
CFactoryFnReturn FCollidableOBBTreeGroupFactory(const SObjectTag& tag, CInputStream& in,
|
||||
const CVParamTransfer& xfer);
|
||||
|
||||
#endif // _CCOLLIDABLEOBBTREEGROUP
|
||||
|
||||
Reference in New Issue
Block a user