UFO: Alien Invasion
Loading...
Searching...
No Matches
aliencargo.cpp File Reference

Alien cargo class. More...

#include "aliencargo.h"
Include dependency graph for aliencargo.cpp:

Go to the source code of this file.

Macros

#define SAVE_ALIENCARGO_ITEM   "cargo"
#define SAVE_ALIENCARGO_TEAMDEFID   "teamdefid"
#define SAVE_ALIENCARGO_ALIVE   "alive"
#define SAVE_ALIENCARGO_DEAD   "dead"

Detailed Description

Alien cargo class.

Definition in file aliencargo.cpp.

Macro Definition Documentation

◆ SAVE_ALIENCARGO_ALIVE

#define SAVE_ALIENCARGO_ALIVE   "alive"

Definition at line 29 of file aliencargo.cpp.

Referenced by AlienCargo::load(), and AlienCargo::save().

◆ SAVE_ALIENCARGO_DEAD

#define SAVE_ALIENCARGO_DEAD   "dead"

Definition at line 30 of file aliencargo.cpp.

Referenced by AlienCargo::load(), and AlienCargo::save().

◆ SAVE_ALIENCARGO_ITEM

#define SAVE_ALIENCARGO_ITEM   "cargo"

Definition at line 27 of file aliencargo.cpp.

Referenced by AlienCargo::load(), and AlienCargo::save().

◆ SAVE_ALIENCARGO_TEAMDEFID

#define SAVE_ALIENCARGO_TEAMDEFID   "teamdefid"

Definition at line 28 of file aliencargo.cpp.

Referenced by AlienCargo::load(), and AlienCargo::save().