1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

code review

This commit is contained in:
Laserlicht
2025-07-17 20:42:27 +02:00
parent 3504d1ce38
commit 187d79bc7c
7 changed files with 43 additions and 35 deletions

View File

@@ -57,11 +57,11 @@ private:
IGameEngineUser *engineUser = nullptr;
int maxInfoBoxTextWidth = 0;
int maxPerformanceOverlayTextWidth = 0;
void updateFrame();
void handleEvents(); //takes events from queue and calls interested objects
void drawInfoBox(); // draws box with additional infos (e.g. fps)
void drawPerformanceOverlay(); // draws box with additional infos (e.g. fps)
public:
std::mutex interfaceMutex;