214#define REQUEST_POINTER_REMAP(pp) SaveLoadSystemClass::Request_Pointer_Remap(pp,__FILE__,__LINE__)
215#define REQUEST_REF_COUNTED_POINTER_REMAP(pp) SaveLoadSystemClass::Request_Ref_Counted_Pointer_Remap(pp,__FILE__,__LINE__)
217#define REQUEST_POINTER_REMAP(pp) SaveLoadSystemClass::Request_Pointer_Remap(pp)
218#define REQUEST_REF_COUNTED_POINTER_REMAP(pp) SaveLoadSystemClass::Request_Ref_Counted_Pointer_Remap(pp)
static void Link_Sub_System(SaveLoadSubSystemClass *subsys)
static PointerRemapClass PointerRemapper
static void Unlink_Factory(PersistFactoryClass *factory)
friend class SaveLoadSubSystemClass
static void Unlink_Sub_System(SaveLoadSubSystemClass *subsys)
static void Register_Pointer(void *old_pointer, void *new_pointer)
static void Register_Persist_Factory(PersistFactoryClass *factory)
static SaveLoadSubSystemClass * Find_Sub_System(uint32 chunk_id)
friend class PersistFactoryClass
static PersistFactoryClass * FactoryListHead
static bool Save(ChunkSaveClass &csave, SaveLoadSubSystemClass &subsystem)
static bool Is_Post_Load_Callback_Registered(PostLoadableClass *obj)
static void Unregister_Sub_System(SaveLoadSubSystemClass *subsys)
static void Link_Factory(PersistFactoryClass *factory)
static void Register_Sub_System(SaveLoadSubSystemClass *subsys)
static PersistFactoryClass * Find_Persist_Factory(uint32 chunk_id)
static SaveLoadSubSystemClass * SubSystemListHead
static bool Load(ChunkLoadClass &cload, bool auto_post_load=true)
static bool Post_Load_Processing(void(*network_callback)(void))
static void Register_Post_Load_Callback(PostLoadableClass *obj)
static SList< PostLoadableClass > PostLoadList
static void Request_Pointer_Remap(void **pointer_to_convert)
static void Unregister_Persist_Factory(PersistFactoryClass *factory)
static void Request_Ref_Counted_Pointer_Remap(RefCountClass **pointer_to_convert)