1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Moved Colors to a separate file, updated includes

This commit is contained in:
Ivan Savenko
2023-02-02 21:15:13 +02:00
parent aab082fd2e
commit 3fef2a5e1f
30 changed files with 128 additions and 78 deletions

View File

@@ -21,6 +21,7 @@
#include "../gui/CGuiHandler.h"
#include "../windows/InfoWindows.h"
#include "../render/CAnimation.h"
#include "../renderSDL/SDL_Extensions.h"
#include "../../lib/CConfigHandler.h"
#include "../../lib/CGeneralTextHandler.h"