mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
Better null-tag handling; integrate CSaveWorld and CMapWorld loading
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "RetroTypes.hpp"
|
||||
#include "DNACommon/SAVWCommon.hpp"
|
||||
#include "CFactoryMgr.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
@@ -43,6 +44,10 @@ public:
|
||||
u32 GetDoorCount() const;
|
||||
s32 GetDoorIndex(const TEditorId &id) const;
|
||||
};
|
||||
|
||||
CFactoryFnReturn FSaveWorldFactory(const SObjectTag& tag, CInputStream& in, const CVParamTransfer& param,
|
||||
CObjectReference* selfRef);
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CSAVEWORLD_HPP__
|
||||
|
||||
Reference in New Issue
Block a user