summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/Asura/AE.h6
-rw-r--r--Source/Asura/AE_Component.cpp (renamed from Source/Asura/AE_Exception.cpp)0
-rw-r--r--Source/Asura/AE_Component.h (renamed from Source/Asura/AE_Exception.h)0
-rw-r--r--Source/Asura/AE_Layer.cpp (renamed from Source/Asura/AE_Map.cpp)0
-rw-r--r--Source/Asura/AE_Layer.h (renamed from Source/Asura/AE_Map.h)0
-rw-r--r--Source/Asura/AE_Prefab.cpp (renamed from Source/Asura/AE_Stack.cpp)0
-rw-r--r--Source/Asura/AE_Prefab.h (renamed from Source/Asura/AE_Stack.h)0
-rw-r--r--Source/Asura/AE_Scene.cpp (renamed from Source/Asura/AE_String.cpp)0
-rw-r--r--Source/Asura/AE_Scene.h (renamed from Source/Asura/AE_String.h)0
-rw-r--r--Source/Asura/AI/AE_BehaviorTree.cpp (renamed from Source/Asura/AE_StringMap.cpp)0
-rw-r--r--Source/Asura/AI/AE_BehaviorTree.h (renamed from Source/Asura/AE_StringMap.h)0
-rw-r--r--Source/Asura/Audio/AE_Source.cpp (renamed from Source/Asura/Physics/AE_Physics2D.cpp)0
-rw-r--r--Source/Asura/Audio/AE_Source.h (renamed from Source/Asura/Physics/AE_Physics2D.h)0
-rw-r--r--Source/Asura/Containers/AE_Map.cpp0
-rw-r--r--Source/Asura/Containers/AE_Map.h0
-rw-r--r--Source/Asura/Containers/AE_Stack.cpp0
-rw-r--r--Source/Asura/Containers/AE_Stack.h0
-rw-r--r--Source/Asura/Containers/AE_String.cpp0
-rw-r--r--Source/Asura/Containers/AE_String.h0
-rw-r--r--Source/Asura/Containers/AE_StringMap.cpp0
-rw-r--r--Source/Asura/Containers/AE_StringMap.h0
-rw-r--r--Source/Asura/Exceptions/AE_Exception.cpp0
-rw-r--r--Source/Asura/Exceptions/AE_Exception.h0
-rw-r--r--Source/Asura/GUI/AE_Button.cpp0
-rw-r--r--Source/Asura/Graphics/AE_Canvas.h17
-rw-r--r--Source/Asura/Graphics/AE_Image.h17
-rw-r--r--Source/Asura/Math/AE_Functions.cpp0
-rw-r--r--Source/Asura/Math/AE_Functions.h0
28 files changed, 40 insertions, 0 deletions
diff --git a/Source/Asura/AE.h b/Source/Asura/AE.h
new file mode 100644
index 0000000..dfa0fa5
--- /dev/null
+++ b/Source/Asura/AE.h
@@ -0,0 +1,6 @@
+#ifndef __AE_H__
+#define __AE_H__
+
+
+
+#endif \ No newline at end of file
diff --git a/Source/Asura/AE_Exception.cpp b/Source/Asura/AE_Component.cpp
index e69de29..e69de29 100644
--- a/Source/Asura/AE_Exception.cpp
+++ b/Source/Asura/AE_Component.cpp
diff --git a/Source/Asura/AE_Exception.h b/Source/Asura/AE_Component.h
index e69de29..e69de29 100644
--- a/Source/Asura/AE_Exception.h
+++ b/Source/Asura/AE_Component.h
diff --git a/Source/Asura/AE_Map.cpp b/Source/Asura/AE_Layer.cpp
index e69de29..e69de29 100644
--- a/Source/Asura/AE_Map.cpp
+++ b/Source/Asura/AE_Layer.cpp
diff --git a/Source/Asura/AE_Map.h b/Source/Asura/AE_Layer.h
index e69de29..e69de29 100644
--- a/Source/Asura/AE_Map.h
+++ b/Source/Asura/AE_Layer.h
diff --git a/Source/Asura/AE_Stack.cpp b/Source/Asura/AE_Prefab.cpp
index e69de29..e69de29 100644
--- a/Source/Asura/AE_Stack.cpp
+++ b/Source/Asura/AE_Prefab.cpp
diff --git a/Source/Asura/AE_Stack.h b/Source/Asura/AE_Prefab.h
index e69de29..e69de29 100644
--- a/Source/Asura/AE_Stack.h
+++ b/Source/Asura/AE_Prefab.h
diff --git a/Source/Asura/AE_String.cpp b/Source/Asura/AE_Scene.cpp
index e69de29..e69de29 100644
--- a/Source/Asura/AE_String.cpp
+++ b/Source/Asura/AE_Scene.cpp
diff --git a/Source/Asura/AE_String.h b/Source/Asura/AE_Scene.h
index e69de29..e69de29 100644
--- a/Source/Asura/AE_String.h
+++ b/Source/Asura/AE_Scene.h
diff --git a/Source/Asura/AE_StringMap.cpp b/Source/Asura/AI/AE_BehaviorTree.cpp
index e69de29..e69de29 100644
--- a/Source/Asura/AE_StringMap.cpp
+++ b/Source/Asura/AI/AE_BehaviorTree.cpp
diff --git a/Source/Asura/AE_StringMap.h b/Source/Asura/AI/AE_BehaviorTree.h
index e69de29..e69de29 100644
--- a/Source/Asura/AE_StringMap.h
+++ b/Source/Asura/AI/AE_BehaviorTree.h
diff --git a/Source/Asura/Physics/AE_Physics2D.cpp b/Source/Asura/Audio/AE_Source.cpp
index e69de29..e69de29 100644
--- a/Source/Asura/Physics/AE_Physics2D.cpp
+++ b/Source/Asura/Audio/AE_Source.cpp
diff --git a/Source/Asura/Physics/AE_Physics2D.h b/Source/Asura/Audio/AE_Source.h
index e69de29..e69de29 100644
--- a/Source/Asura/Physics/AE_Physics2D.h
+++ b/Source/Asura/Audio/AE_Source.h
diff --git a/Source/Asura/Containers/AE_Map.cpp b/Source/Asura/Containers/AE_Map.cpp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Source/Asura/Containers/AE_Map.cpp
diff --git a/Source/Asura/Containers/AE_Map.h b/Source/Asura/Containers/AE_Map.h
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Source/Asura/Containers/AE_Map.h
diff --git a/Source/Asura/Containers/AE_Stack.cpp b/Source/Asura/Containers/AE_Stack.cpp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Source/Asura/Containers/AE_Stack.cpp
diff --git a/Source/Asura/Containers/AE_Stack.h b/Source/Asura/Containers/AE_Stack.h
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Source/Asura/Containers/AE_Stack.h
diff --git a/Source/Asura/Containers/AE_String.cpp b/Source/Asura/Containers/AE_String.cpp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Source/Asura/Containers/AE_String.cpp
diff --git a/Source/Asura/Containers/AE_String.h b/Source/Asura/Containers/AE_String.h
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Source/Asura/Containers/AE_String.h
diff --git a/Source/Asura/Containers/AE_StringMap.cpp b/Source/Asura/Containers/AE_StringMap.cpp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Source/Asura/Containers/AE_StringMap.cpp
diff --git a/Source/Asura/Containers/AE_StringMap.h b/Source/Asura/Containers/AE_StringMap.h
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Source/Asura/Containers/AE_StringMap.h
diff --git a/Source/Asura/Exceptions/AE_Exception.cpp b/Source/Asura/Exceptions/AE_Exception.cpp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Source/Asura/Exceptions/AE_Exception.cpp
diff --git a/Source/Asura/Exceptions/AE_Exception.h b/Source/Asura/Exceptions/AE_Exception.h
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Source/Asura/Exceptions/AE_Exception.h
diff --git a/Source/Asura/GUI/AE_Button.cpp b/Source/Asura/GUI/AE_Button.cpp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Source/Asura/GUI/AE_Button.cpp
diff --git a/Source/Asura/Graphics/AE_Canvas.h b/Source/Asura/Graphics/AE_Canvas.h
index e69de29..1a6cb65 100644
--- a/Source/Asura/Graphics/AE_Canvas.h
+++ b/Source/Asura/Graphics/AE_Canvas.h
@@ -0,0 +1,17 @@
+#ifndef __AE_Canvas_H__
+#define __AE_Canvas_H__
+
+namespace AsuraEngine
+{
+ namespace Graphics
+ {
+
+ class Canvas
+ {
+
+ }
+
+ }
+}
+
+#endif \ No newline at end of file
diff --git a/Source/Asura/Graphics/AE_Image.h b/Source/Asura/Graphics/AE_Image.h
index e69de29..7d95a59 100644
--- a/Source/Asura/Graphics/AE_Image.h
+++ b/Source/Asura/Graphics/AE_Image.h
@@ -0,0 +1,17 @@
+#ifndef __AE_IMAGE_H__
+#define __AE_IMAGE_H__
+
+namespace AsuraEngine
+{
+ namespace Graphics
+ {
+
+ class Image
+ {
+
+ }
+
+ }
+}
+
+#endif \ No newline at end of file
diff --git a/Source/Asura/Math/AE_Functions.cpp b/Source/Asura/Math/AE_Functions.cpp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Source/Asura/Math/AE_Functions.cpp
diff --git a/Source/Asura/Math/AE_Functions.h b/Source/Asura/Math/AE_Functions.h
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Source/Asura/Math/AE_Functions.h