![]() |
Wise&mystical
1.0
Project about Europe
|
Include dependency graph for cityOperations.cpp:Go to the source code of this file.
Functions | |
| City * | intialiseCitiesArray (City cities[40]) |
| Initialise cities. More... | |
| void | drawCityNames (City *cities, int citiesCounter, Font comfortaaRegular) |
| Draw city marks on the map. More... | |
| void | drawCityMarkers (City *cities, City activeCity, Texture2D markers[3], int citiesCounter) |
| Draw city markers based of distance from active city. More... | |
| void | updateCityTravelCostAndBonus (City *cities, City activeCity, int citiesCounter) |
| Update city travel cost and bonus. More... | |
Draw city markers based of distance from active city.
Definition at line 69 of file cityOperations.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:Draw city marks on the map.
Definition at line 59 of file cityOperations.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:Initialise cities.
Definition at line 7 of file cityOperations.cpp.
Here is the caller graph for this function:Update city travel cost and bonus.
Definition at line 99 of file cityOperations.cpp.
Here is the caller graph for this function: