Move CreateStreamObject to proper location (#1249)

This commit is contained in:
Christian Semmler
2024-12-20 14:15:52 -07:00
committed by GitHub
parent c9acd9a49f
commit 5a61cf6566
8 changed files with 61 additions and 72 deletions

View File

@@ -5,6 +5,7 @@
#include "mxatom.h"
#include "mxcore.h"
class MxDSFile;
class MxPresenter;
// VTABLE: LEGO1 0x100dc868
@@ -104,5 +105,6 @@ protected:
};
MxDSObject* DeserializeDSObjectDispatch(MxU8*&, MxS16);
MxDSObject* CreateStreamObject(MxDSFile*, MxS16);
#endif // MXDSOBJECT_H