Home
last modified time | relevance | path

Searched refs:quantInts (Results 1 – 1 of 1) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DProductionWnd.cpp130 int quantInts[] = {1, 2, 3, 4, 5, 10, 20, 30, 40, 50, 99}; in QuantitySelector() local
131 std::set<int> myQuantSet(quantInts, quantInts + 11); in QuantitySelector()