Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
manageActiveText.h
Go to the documentation of this file.
1#pragma once
2#include <string>
3#include "raylib.h"
4#include "cityOperations.h"
5#include "travelLogic.h"
6
7// Update the pop-up active text
8std::string updatePopUpActiveText(std::string text, City activeCity, City tempCity, PopUpAnimationFrame popUpMenuFrame);
9
10// Update score count up sequence
11void updateScoreCountUp(bool* countUpDone, int* startNum, int* endNum, int countUpstep);
12
13// Draw travel points count
14void drawTravelPointsCount(Font comfortaaTravelPoints, int travelPoints);
void drawTravelPointsCount(Font comfortaaTravelPoints, int travelPoints)
Draw travel points count.
void updateScoreCountUp(bool *countUpDone, int *startNum, int *endNum, int countUpstep)
Update score count up sequence.
std::string updatePopUpActiveText(std::string text, City activeCity, City tempCity, PopUpAnimationFrame popUpMenuFrame)
Update the pop-up active text.
Initialise cities.
Definition: cityOperations.h:8
Definition: raylib.h:289
Define Pop up animation frame.
Definition: animations.h:39