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

@@ -16,6 +16,7 @@
#include "../../gui/CGuiHandler.h"
#include "../../gui/WindowHandler.h"
#include "../../widgets/Buttons.h"
#include "../../widgets/Slider.h"
#include "../../widgets/TextControls.h"
#include "../../widgets/Images.h"
#include "CGameInfo.h"