XML tag constants for savegame. More...
Go to the source code of this file.
Defines | |
#define | SAVE_MESSAGEOPTIONS_MESSAGEOPTIONS "messageOptions" |
#define | SAVE_MESSAGEOPTIONS_TYPE "type" |
#define | SAVE_MESSAGEOPTIONS_NAME "name" |
#define | SAVE_MESSAGEOPTIONS_NOTIFY "notify" |
#define | SAVE_MESSAGEOPTIONS_PAUSE "pause" |
#define | SAVE_MESSAGEOPTIONS_SOUND "sound" |
XML tag constants for savegame.
Definition in file save_messageoptions.h.
#define SAVE_MESSAGEOPTIONS_MESSAGEOPTIONS "messageOptions" |
Definition at line 28 of file save_messageoptions.h.
Referenced by MSO_LoadXML(), and MSO_SaveXML().
#define SAVE_MESSAGEOPTIONS_NAME "name" |
Definition at line 31 of file save_messageoptions.h.
Referenced by MSO_LoadXML(), and MSO_SaveXML().
#define SAVE_MESSAGEOPTIONS_NOTIFY "notify" |
Definition at line 32 of file save_messageoptions.h.
Referenced by MSO_LoadXML(), and MSO_SaveXML().
#define SAVE_MESSAGEOPTIONS_PAUSE "pause" |
Definition at line 33 of file save_messageoptions.h.
Referenced by MSO_LoadXML(), and MSO_SaveXML().
#define SAVE_MESSAGEOPTIONS_SOUND "sound" |
Definition at line 34 of file save_messageoptions.h.
Referenced by MSO_LoadXML(), and MSO_SaveXML().
#define SAVE_MESSAGEOPTIONS_TYPE "type" |
Definition at line 30 of file save_messageoptions.h.
Referenced by MSO_LoadXML(), and MSO_SaveXML().