Continued:
[core.git] / inc / main / classes / class_BaseFrameworkSystem.php
index a2dfabe22cd3989111da53b6c2ba8f3f77b57572..e841f005d813b10ce2271f6634b5cfff1746395d 100644 (file)
@@ -2,9 +2,13 @@
 // Own namespace
 namespace CoreFramework\Object;
 
-// Load framework stuff
+// Import framework stuff
+use CoreFramework\Configuration\FrameworkConfiguration;
 use CoreFramework\Generic\FrameworkInterface;
 
+// Import SPL stuff
+use \stdClass;
+
 /**
  * The simulator system class is the super class of all other classes. This
  * class handles saving of games etc.