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

Item cargo class. More...

#include "itemcargo.h"

Go to the source code of this file.

Macros

#define SAVE_ITEMCARGO_ITEM   "item"
 
#define SAVE_ITEMCARGO_ITEMID   "itemid"
 
#define SAVE_ITEMCARGO_AMOUNT   "amount"
 
#define SAVE_ITEMCARGO_LOOSEAMOUNT   "looseamount"
 

Detailed Description

Item cargo class.

Definition in file itemcargo.cpp.

Macro Definition Documentation

#define SAVE_ITEMCARGO_AMOUNT   "amount"

Definition at line 29 of file itemcargo.cpp.

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

#define SAVE_ITEMCARGO_ITEM   "item"

Definition at line 27 of file itemcargo.cpp.

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

#define SAVE_ITEMCARGO_ITEMID   "itemid"

Definition at line 28 of file itemcargo.cpp.

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

#define SAVE_ITEMCARGO_LOOSEAMOUNT   "looseamount"

Definition at line 30 of file itemcargo.cpp.

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