This commit is contained in:
InfiniteCoder
2024-08-05 23:59:42 +03:00
parent b6adb72a35
commit 8f9c7eb7ff
38 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#define GRAPHICS_UI_ELEMENTS_TRACKBAR_HPP_
#include "UINode.hpp"
#include "../../../data/dynamic_fwd.hpp"
#include <data/dynamic_fwd.hpp>
namespace gui {
class TrackBar : public UINode {