]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/class_BaseFrameworkSystem.php
Continued:
[core.git] / inc / main / classes / class_BaseFrameworkSystem.php
index a2dfabe22cd3989111da53b6c2ba8f3f77b57572..16dc8d890ea3016dc74bd2a9610129ed31905c6b 100644 (file)
@@ -2,8 +2,15 @@
 // Own namespace
 namespace CoreFramework\Object;
 
-// Load framework stuff
+// 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