Home
last modified time | relevance | path

Searched defs:ShipInfo (Results 1 – 6 of 6) sorted by relevance

/dports/games/widelands/widelands-build21/src/wui/
H A Dseafaring_statistics_menu.h62 struct ShipInfo { struct
63 ShipInfo(const std::string& init_name, in ShipInfo() function
68 ShipInfo() : ShipInfo("", ShipFilterStatus::kAll, 0) { in ShipInfo() argument
70 ShipInfo(const ShipInfo& other) : ShipInfo(other.name, other.status, other.serial) { in ShipInfo() function
79 const std::string name;
80 ShipFilterStatus status;
81 const Widelands::Serial serial;
/dports/games/knavalbattle/knavalbattle-21.12.3/src/
H A Dmessage.h115 struct ShipInfo struct
121 ShipInfo(const Coord& pos, int size, Ship::Direction direction) in ShipInfo() argument
/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Dmaster.h37 SHIP_INFO ShipInfo; member
H A Dsave.c268 const BRIEF_SHIP_INFO *ShipInfo = &EncounterPtr->ShipList[i]; in SaveEncounters() local
H A Dload.c263 BRIEF_SHIP_INFO *ShipInfo = &EncounterPtr->ShipList[i]; in LoadEncounter() local
H A Dload_legacy.c409 BRIEF_SHIP_INFO *ShipInfo = &EncounterPtr->ShipList[i]; in LoadEncounter() local