1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Merge pull request #4312 from IvanSavenko/texthandler_split

Split CGeneralTextHandler file into 1 file per class form
This commit is contained in:
Ivan Savenko
2024-07-21 13:49:14 +03:00
committed by GitHub
201 changed files with 1026 additions and 949 deletions

View File

@@ -13,7 +13,7 @@
#include "../eventsSDL/InputHandler.h"
#include "../../lib/CConfigHandler.h"
#include "../ConditionalWait.h"
#include "../../lib/CGeneralTextHandler.h"
#include "../../lib/texts/CGeneralTextHandler.h"
#include "../CPlayerInterface.h"
#include "../CGameInfo.h"