![]() |
Wise&mystical
1.0
Project about Europe
|
#include <iostream>#include <string>#include <cmath>#include "raylib.h"#include "cityOperations.h"#include "animations.h"
Include dependency graph for manageActiveText.cpp:Go to the source code of this file.
Functions | |
| std::string | updatePopUpActiveText (std::string text, City activeCity, City tempCity, PopUpAnimationFrame popUpMenuFrame) |
| Update the pop-up active text. More... | |
| void | updateScoreCountUp (bool *countUpDone, int *startNum, int *endNum, int countUpstep) |
| Update score count up sequence. More... | |
| void | drawTravelPointsCount (Font comfortaaTravelPoints, int travelPoints) |
| Draw travel points count. More... | |
| void drawTravelPointsCount | ( | Font | comfortaaTravelPoints, |
| int | travelPoints | ||
| ) |
Draw travel points count.
Definition at line 49 of file manageActiveText.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| std::string updatePopUpActiveText | ( | std::string | text, |
| City | activeCity, | ||
| City | tempCity, | ||
| PopUpAnimationFrame | popUpMenuFrame | ||
| ) |
Update the pop-up active text.
Definition at line 11 of file manageActiveText.cpp.
Here is the caller graph for this function:| void updateScoreCountUp | ( | bool * | countUpDone, |
| int * | startNum, | ||
| int * | endNum, | ||
| int | countUpstep | ||
| ) |
Update score count up sequence.
Definition at line 33 of file manageActiveText.cpp.
Here is the caller graph for this function: