summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'source/Asura.Editor/graphics')
-rw-r--r--source/Asura.Editor/graphics/slider.cpp0
-rw-r--r--source/Asura.Editor/graphics/slider.h14
-rw-r--r--source/Asura.Editor/graphics/style.cpp0
-rw-r--r--source/Asura.Editor/graphics/style.h15
4 files changed, 29 insertions, 0 deletions
diff --git a/source/Asura.Editor/graphics/slider.cpp b/source/Asura.Editor/graphics/slider.cpp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/source/Asura.Editor/graphics/slider.cpp
diff --git a/source/Asura.Editor/graphics/slider.h b/source/Asura.Editor/graphics/slider.h
new file mode 100644
index 0000000..28ea77f
--- /dev/null
+++ b/source/Asura.Editor/graphics/slider.h
@@ -0,0 +1,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
diff --git a/source/Asura.Editor/graphics/style.cpp b/source/Asura.Editor/graphics/style.cpp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/source/Asura.Editor/graphics/style.cpp
diff --git a/source/Asura.Editor/graphics/style.h b/source/Asura.Editor/graphics/style.h
new file mode 100644
index 0000000..fca3c37
--- /dev/null
+++ b/source/Asura.Editor/graphics/style.h
@@ -0,0 +1,15 @@
+#ifndef __ASURA_EDITOR_GUI_STYLE_H__
+#define __ASURA_EDITOR_GUI_STYLE_H__
+
+#include <asura-utils/classes.h>
+
+namespace_begin(AsuraEditor)
+
+class Style
+{
+
+};
+
+namespace_end
+
+#endif \ No newline at end of file