summaryrefslogtreecommitdiffstats
path: root/source/cReferenceManager.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cReferenceManager.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/source/cReferenceManager.h b/source/cReferenceManager.h
index 397527de1..3142d5d5a 100644
--- a/source/cReferenceManager.h
+++ b/source/cReferenceManager.h
@@ -1,8 +1,16 @@
+
#pragma once
-#include <list>
+
+
+
class cEntity;
+
+
+
+
+
class cReferenceManager
{
public:
@@ -19,4 +27,8 @@ public:
private:
ENUM_REFERENCE_MANAGER_TYPE m_Type;
std::list< cEntity** > m_References;
-}; \ No newline at end of file
+};
+
+
+
+