1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-17 01:32:21 +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

@ -22,6 +22,7 @@
#include "../widgets/CComponent.h"
#include "../widgets/ComboBox.h"
#include "../widgets/Buttons.h"
#include "../widgets/CTextInput.h"
#include "../widgets/GraphicalPrimitiveCanvas.h"
#include "../widgets/ObjectLists.h"
#include "../widgets/Slider.h"