1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +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

@@ -17,7 +17,7 @@
#include "../gui/CGuiHandler.h"
#include "../gui/Shortcut.h"
#include "../widgets/Buttons.h"
#include "../widgets/TextControls.h"
#include "../widgets/CTextInput.h"
#include "../../CCallback.h"
#include "../../lib/CConfigHandler.h"