Added new autoloading directories.

This commit is contained in:
alext 2019-06-08 16:20:14 +02:00
parent cfdb5c6359
commit 756f4762a6
1 changed files with 2 additions and 1 deletions

View File

@ -39,4 +39,5 @@ function register($namespace, $path) {
} }
register('Engine', __DIR__ . '/engine'); register('Engine', __DIR__ . '/engine');
register('Addons', __DIR__ . '/addons'); register('Themes', __DIR__ . '/themes');
register('Plugins', __DIR__ . '/plugins');