summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Graphics/Prefab.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Engine/Graphics/Prefab.h')
-rw-r--r--Source/Asura.Engine/Graphics/Prefab.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/Source/Asura.Engine/Graphics/Prefab.h b/Source/Asura.Engine/Graphics/Prefab.h
new file mode 100644
index 0000000..82a8da2
--- /dev/null
+++ b/Source/Asura.Engine/Graphics/Prefab.h
@@ -0,0 +1,30 @@
+#ifndef __AE_PREFAB_H__
+#define __AE_PREFAB_H__
+
+#include "Manager.hpp"
+#include "FileSystem/Asset.h"
+
+namespace AsuraEngine
+{
+
+ ///
+ /// PrefabGameObject
+ ///
+ class Prefab : public Filesystem::Asset
+ {
+
+ };
+
+ class PrefabManager : public Manager
+ {
+
+ };
+
+ class PrefabFactory
+ {
+
+ };
+
+}
+
+#endif \ No newline at end of file