|
UFO: Alien Invasion
|

Data Fields | |
| const char * | flags |
| const char * | desc |
Definition at line 57 of file ufo2map.cpp.
| const char* usagePair_t::desc |
a description of the functionality provided by the flag, or nullptr if the flags is actually a full line
Definition at line 59 of file ufo2map.cpp.
| const char* usagePair_t::flags |
The command line flag (and maybe an alias), or a full line (in which case the desc should be nullptr
Definition at line 58 of file ufo2map.cpp.