Home
last modified time | relevance | path

Searched defs:UnlockableItem (Results 1 – 5 of 5) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/universe/
H A DUnlockableItem.h26 struct FO_COMMON_API UnlockableItem { struct
28 UnlockableItem(UnlockableItemType type_, const std::string& name_) : in UnlockableItem() function
45 UnlockableItemType type; argument
52 FO_COMMON_API bool operator==(const UnlockableItem& lhs, const UnlockableItem& rhs); argument
H A DUnlockableItem.cpp7 UnlockableItem::UnlockableItem() : in UnlockableItem() function in UnlockableItem
/dports/games/freeorion/freeorion-0.4.10.2/parse/
H A DItemsParser.cpp16 inline ostream& operator<<(ostream& os, const std::vector<UnlockableItem>&) { return os; } in operator <<()
H A DTechsParser.cpp24 inline ostream& operator<<(ostream& os, const std::vector<UnlockableItem>&) { return os; } in operator <<()
H A DParse.cpp26 inline ostream& operator<<(ostream& os, const UnlockableItem&) { return os; } in operator <<()