![]() |
Wise&mystical
1.0
Project about Europe
|
#include <iostream>
#include <string>
#include <cmath>
#include "raylib.h"
#include "cityOperations.h"
#include "animations.h"
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.
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.
void updateScoreCountUp | ( | bool * | countUpDone, |
int * | startNum, | ||
int * | endNum, | ||
int | countUpstep | ||
) |
Update score count up sequence.
Definition at line 33 of file manageActiveText.cpp.