Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
saveload.h File Reference
#include "always.h"
#include "pointerremap.h"
#include "bittype.h"
#include "slist.h"

Go to the source code of this file.

Classes

class  SaveLoadSystemClass
 

Macros

#define SAVELOAD_H
 
#define REQUEST_POINTER_REMAP(pp)
 
#define REQUEST_REF_COUNTED_POINTER_REMAP(pp)
 

Macro Definition Documentation

◆ REQUEST_POINTER_REMAP

#define REQUEST_POINTER_REMAP ( pp)
Value:
static void Request_Pointer_Remap(void **pointer_to_convert)
Definition saveload.cpp:229

Definition at line 217 of file saveload.h.

◆ REQUEST_REF_COUNTED_POINTER_REMAP

#define REQUEST_REF_COUNTED_POINTER_REMAP ( pp)
Value:
static void Request_Ref_Counted_Pointer_Remap(RefCountClass **pointer_to_convert)
Definition saveload.cpp:234

Definition at line 218 of file saveload.h.

◆ SAVELOAD_H

#define SAVELOAD_H

Definition at line 44 of file saveload.h.