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

Moved CTextInput to a separate file. No changes in logic

This commit is contained in:
Ivan Savenko
2024-05-12 10:24:13 +00:00
parent 1b1f724de1
commit 1abe9007bc
18 changed files with 401 additions and 350 deletions

View File

@@ -27,6 +27,7 @@
#include "../gui/WindowHandler.h"
#include "../widgets/GraphicalPrimitiveCanvas.h"
#include "../widgets/CComponent.h"
#include "../widgets/CTextInput.h"
#include "../widgets/TextControls.h"
#include "../adventureMap/AdventureMapInterface.h"
#include "../render/CAnimation.h"