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

@@ -15,9 +15,10 @@
#include "../gui/CGuiHandler.h"
#include "../gui/Shortcut.h"
#include "../widgets/CComponent.h"
#include "../adventureMap/AdventureMapInterface.h"
#include "../widgets/Buttons.h"
#include "../widgets/CComponent.h"
#include "../widgets/Slider.h"
#include "../adventureMap/AdventureMapInterface.h"
#include "../adventureMap/CMinimap.h"
#include "../render/Canvas.h"
#include "../renderSDL/SDL_Extensions.h"