![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include "extras.h"#include "fc_types.h"#include "game.h"#include "tile.h"#include "clientutils.h"
Include dependency graph for clientutils.cpp:Go to the source code of this file.
Classes | |
| struct | actcalc |
Functions | |
| static void | calc_activity (struct actcalc *calc, const struct tile *ptile) |
| Calculate completion time for all unit activities on tile. More... | |
| QString | concat_tile_activity_text (struct tile *ptile) |
| Creates the activity progress text for the given tile. More... | |
Calculate completion time for all unit activities on tile.
Definition at line 39 of file clientutils.cpp.
Referenced by concat_tile_activity_text().
| QString concat_tile_activity_text | ( | struct tile * | ptile | ) |
Creates the activity progress text for the given tile.
Definition at line 148 of file clientutils.cpp.
Referenced by popup_info_text().