UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
save_messageoptions.h File Reference

XML tag constants for savegame. More...

Go to the source code of this file.

Macros

#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"
 

Detailed Description

XML tag constants for savegame.

Definition in file save_messageoptions.h.

Macro Definition Documentation

#define SAVE_MESSAGEOPTIONS_MESSAGEOPTIONS   "messageOptions"

Definition at line 27 of file save_messageoptions.h.

Referenced by MSO_LoadXML(), and MSO_SaveXML().

#define SAVE_MESSAGEOPTIONS_NAME   "name"

Definition at line 30 of file save_messageoptions.h.

Referenced by MSO_LoadXML(), and MSO_SaveXML().

#define SAVE_MESSAGEOPTIONS_NOTIFY   "notify"

Definition at line 31 of file save_messageoptions.h.

Referenced by MSO_LoadXML(), and MSO_SaveXML().

#define SAVE_MESSAGEOPTIONS_PAUSE   "pause"

Definition at line 32 of file save_messageoptions.h.

Referenced by MSO_LoadXML(), and MSO_SaveXML().

#define SAVE_MESSAGEOPTIONS_SOUND   "sound"

Definition at line 33 of file save_messageoptions.h.

Referenced by MSO_LoadXML(), and MSO_SaveXML().

#define SAVE_MESSAGEOPTIONS_TYPE   "type"

Definition at line 29 of file save_messageoptions.h.

Referenced by MSO_LoadXML(), and MSO_SaveXML().