1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-27 00:41:08 +02:00

Moved slider class to a separate file

This commit is contained in:
Ivan Savenko
2023-05-30 17:31:45 +03:00
parent 18388b2d72
commit 6fe00ad55c
21 changed files with 512 additions and 437 deletions

View File

@ -21,6 +21,7 @@
#include "../widgets/Buttons.h"
#include "../widgets/MiscWidgets.h"
#include "../widgets/ObjectLists.h"
#include "../widgets/Slider.h"
#include "../widgets/TextControls.h"
#include "../windows/GUIClasses.h"
#include "../windows/InfoWindows.h"