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

@@ -13,7 +13,7 @@
#include <musyx/musyx.h>
#include <Kyoto/CFactoryMgr.hpp>
#include <Kyoto/CFactoryFnReturn.hpp>
class CVector3f;
class CSfxManager {
@@ -243,4 +243,7 @@ public:
static bool IsValidHandle(CSfxHandle handle);
};
CFactoryFnReturn FAudioTranslationTableFactory(const SObjectTag& obj, CInputStream& in,
const CVParamTransfer& xfer);
#endif // _CSFXMANAGER