1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +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

@@ -12,6 +12,7 @@
#include "CSelectionBase.h"
#include "../widgets/ComboBox.h"
#include "../widgets/CTextInput.h"
#include "../widgets/Images.h"
#include "../widgets/Slider.h"
#include "../widgets/TextControls.h"