summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/controls
diff options
context:
space:
mode:
Diffstat (limited to 'source/Asura.Editor/controls')
-rw-r--r--source/Asura.Editor/controls/button.cpp8
-rw-r--r--source/Asura.Editor/controls/button.h14
-rw-r--r--source/Asura.Editor/controls/content.cpp8
-rw-r--r--source/Asura.Editor/controls/content.h17
-rw-r--r--source/Asura.Editor/controls/label.cpp8
-rw-r--r--source/Asura.Editor/controls/label.h14
-rw-r--r--source/Asura.Editor/controls/panel.cpp16
-rw-r--r--source/Asura.Editor/controls/panel.h16
-rw-r--r--source/Asura.Editor/controls/toggle.cpp8
-rw-r--r--source/Asura.Editor/controls/toggle.h14
10 files changed, 0 insertions, 123 deletions
diff --git a/source/Asura.Editor/controls/button.cpp b/source/Asura.Editor/controls/button.cpp
deleted file mode 100644
index c5741c1..0000000
--- a/source/Asura.Editor/controls/button.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "gui_button.h"
-
-namespace_begin(AsuraEditor)
-
-
-
-
-namespace_end
diff --git a/source/Asura.Editor/controls/button.h b/source/Asura.Editor/controls/button.h
deleted file mode 100644
index edfa7b7..0000000
--- a/source/Asura.Editor/controls/button.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __ASURA_EDITOR_GUI_BUTTON_H__
-#define __ASURA_EDITOR_GUI_BUTTON_H__
-
-#include <asura-utils/classes.h>
-
-namespace_begin(AsuraEditor)
-
-bool Button();
-
-
-
-namespace_end
-
-#endif
diff --git a/source/Asura.Editor/controls/content.cpp b/source/Asura.Editor/controls/content.cpp
deleted file mode 100644
index c5741c1..0000000
--- a/source/Asura.Editor/controls/content.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "gui_button.h"
-
-namespace_begin(AsuraEditor)
-
-
-
-
-namespace_end
diff --git a/source/Asura.Editor/controls/content.h b/source/Asura.Editor/controls/content.h
deleted file mode 100644
index 230bfa9..0000000
--- a/source/Asura.Editor/controls/content.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef __ASURA_EDITOR_GUI_BUTTON_H__
-#define __ASURA_EDITOR_GUI_BUTTON_H__
-
-#include <asura-utils/classes.h>
-
-namespace_begin(AsuraEditor)
-
-/// IMGUI content
-class Content
-{
-
-};
-
-
-namespace_end
-
-#endif
diff --git a/source/Asura.Editor/controls/label.cpp b/source/Asura.Editor/controls/label.cpp
deleted file mode 100644
index c5741c1..0000000
--- a/source/Asura.Editor/controls/label.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "gui_button.h"
-
-namespace_begin(AsuraEditor)
-
-
-
-
-namespace_end
diff --git a/source/Asura.Editor/controls/label.h b/source/Asura.Editor/controls/label.h
deleted file mode 100644
index 7cc6e3d..0000000
--- a/source/Asura.Editor/controls/label.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __ASURA_EDITOR_GUI_BUTTON_H__
-#define __ASURA_EDITOR_GUI_BUTTON_H__
-
-#include <asura-utils/classes.h>
-
-namespace_begin(AsuraEditor)
-
-bool Label();
-
-
-
-namespace_end
-
-#endif
diff --git a/source/Asura.Editor/controls/panel.cpp b/source/Asura.Editor/controls/panel.cpp
deleted file mode 100644
index 2e6e2cc..0000000
--- a/source/Asura.Editor/controls/panel.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#include "gui_button.h"
-
-namespace_begin(AsuraEditor)
-
-class GUIWindow
-{
-public:
-
- GUIWindow();
- ~GUIWindow();
-
-};
-
-
-
-namespace_end
diff --git a/source/Asura.Editor/controls/panel.h b/source/Asura.Editor/controls/panel.h
deleted file mode 100644
index b485635..0000000
--- a/source/Asura.Editor/controls/panel.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef __ASURA_EDITOR_GUI_BUTTON_H__
-#define __ASURA_EDITOR_GUI_BUTTON_H__
-
-#include <asura-utils/classes.h>
-
-namespace_begin(AsuraEditor)
-
-/// IMGUI panel
-class Panel
-{
-
-};
-
-namespace_end
-
-#endif
diff --git a/source/Asura.Editor/controls/toggle.cpp b/source/Asura.Editor/controls/toggle.cpp
deleted file mode 100644
index 40d2043..0000000
--- a/source/Asura.Editor/controls/toggle.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "gui_button.h"
-
-namespace_begin(AsuraEditor)
-
-bool GUIToggle();
-
-
-namespace_end
diff --git a/source/Asura.Editor/controls/toggle.h b/source/Asura.Editor/controls/toggle.h
deleted file mode 100644
index 19e9379..0000000
--- a/source/Asura.Editor/controls/toggle.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __ASURA_EDITOR_GUI_BUTTON_H__
-#define __ASURA_EDITOR_GUI_BUTTON_H__
-
-#include <asura-utils/classes.h>
-
-namespace_begin(AsuraEditor)
-
-bool Toggle();
-
-
-
-namespace_end
-
-#endif