Start CModelData, cleanup CFactoryFnReturn usage

This commit is contained in:
2024-10-27 21:17:36 -07:00
parent c41440e3fb
commit d11d8f4cd8
21 changed files with 101 additions and 48 deletions

View File

@@ -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