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, 0 insertions, 30 deletions
diff --git a/Source/Asura.Engine/Graphics/Prefab.h b/Source/Asura.Engine/Graphics/Prefab.h
deleted file mode 100644
index 82a8da2..0000000
--- a/Source/Asura.Engine/Graphics/Prefab.h
+++ /dev/null
@@ -1,30 +0,0 @@
-#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