UFO: Alien Invasion
Loading...
Searching...
No Matches
save_messageoptions.h File Reference

XML tag constants for savegame. More...

This graph shows which files directly or indirectly include this file:

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

◆ SAVE_MESSAGEOPTIONS_MESSAGEOPTIONS

#define SAVE_MESSAGEOPTIONS_MESSAGEOPTIONS   "messageOptions"

Definition at line 27 of file save_messageoptions.h.

Referenced by MSO_LoadXML(), and MSO_SaveXML().

◆ SAVE_MESSAGEOPTIONS_NAME

#define SAVE_MESSAGEOPTIONS_NAME   "name"

Definition at line 30 of file save_messageoptions.h.

Referenced by MSO_LoadXML(), and MSO_SaveXML().

◆ SAVE_MESSAGEOPTIONS_NOTIFY

#define SAVE_MESSAGEOPTIONS_NOTIFY   "notify"

Definition at line 31 of file save_messageoptions.h.

Referenced by MSO_LoadXML(), and MSO_SaveXML().

◆ SAVE_MESSAGEOPTIONS_PAUSE

#define SAVE_MESSAGEOPTIONS_PAUSE   "pause"

Definition at line 32 of file save_messageoptions.h.

Referenced by MSO_LoadXML(), and MSO_SaveXML().

◆ SAVE_MESSAGEOPTIONS_SOUND

#define SAVE_MESSAGEOPTIONS_SOUND   "sound"

Definition at line 33 of file save_messageoptions.h.

Referenced by MSO_LoadXML(), and MSO_SaveXML().

◆ SAVE_MESSAGEOPTIONS_TYPE

#define SAVE_MESSAGEOPTIONS_TYPE   "type"

Definition at line 29 of file save_messageoptions.h.

Referenced by MSO_LoadXML(), and MSO_SaveXML().