]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/class_BaseFrameworkSystem.php
Continued:
[core.git] / inc / main / classes / class_BaseFrameworkSystem.php
index 08d8ed93c58ce4c4b7a86b3035cf4d5cb66be8c7..16dc8d890ea3016dc74bd2a9610129ed31905c6b 100644 (file)
@@ -1,4 +1,17 @@
 <?php
+// Own namespace
+namespace CoreFramework\Object;
+
+// Import framework stuff
+use CoreFramework\Configuration\FrameworkConfiguration;
+use CoreFramework\Generic\FrameworkInterface;
+use CoreFramework\Loader\ClassLoader;
+use CoreFramework\Manager\ManageableApplication;
+use CoreFramework\Template\CompileableTemplate;
+
+// Import SPL stuff
+use \stdClass;
+
 /**
  * The simulator system class is the super class of all other classes. This
  * class handles saving of games etc.
@@ -3482,7 +3495,5 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
                // Finally clear the error because it has been handled
                socket_clear_error($socketResource);
        }
-}
 
-// [EOF]
-?>
+}