summaryrefslogtreecommitdiff
path: root/Source/Asura/ObjectPool.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura/ObjectPool.h')
-rw-r--r--Source/Asura/ObjectPool.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/Source/Asura/ObjectPool.h b/Source/Asura/ObjectPool.h
new file mode 100644
index 0000000..bf97858
--- /dev/null
+++ b/Source/Asura/ObjectPool.h
@@ -0,0 +1,14 @@
+#ifndef __AE_OBJECT_POOL_H__
+#define __AE_OBJECT_POOL_H__
+
+namespace AsuraEngine
+{
+
+ class ObjectPool
+ {
+
+ };
+
+}
+
+#endif \ No newline at end of file