summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/graphics/slider.h
blob: 28ea77f3aa2be3e25a10646a362698b8407e44da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __ASURA_EDITOR_GUI_SLIDER_H__
#define __ASURA_EDITOR_GUI_SLIDER_H__

#include <asura-utils/classes.h>

namespace_begin(AsuraEditor)

void Slider();


namespace_end


#endif