aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Classes')
-rw-r--r--Game/Code/Classes/UCore.pas2
-rw-r--r--Game/Code/Classes/UModules.pas2
-rw-r--r--Game/Code/Classes/uPluginLoader.pas4
3 files changed, 4 insertions, 4 deletions
diff --git a/Game/Code/Classes/UCore.pas b/Game/Code/Classes/UCore.pas
index a8a29aeb..9c31e79a 100644
--- a/Game/Code/Classes/UCore.pas
+++ b/Game/Code/Classes/UCore.pas
@@ -1,7 +1,7 @@
unit UCore;
interface
-uses uPluginDefs, uCoreModule, UHooks, UServices, uModules;
+uses uPluginDefs, uCoreModule, UHooks, UServices, UModules;
{*********************
TCore
Class manages all CoreModules, teh StartUp, teh MainLoop and the shutdown process
diff --git a/Game/Code/Classes/UModules.pas b/Game/Code/Classes/UModules.pas
index c126e9ee..493fc393 100644
--- a/Game/Code/Classes/UModules.pas
+++ b/Game/Code/Classes/UModules.pas
@@ -9,7 +9,7 @@ interface
uses
UCoreModule,
- uPluginLoader;
+ UPluginLoader;
const
CORE_MODULES_TO_LOAD: Array[0..2] of cCoreModule = (
diff --git a/Game/Code/Classes/uPluginLoader.pas b/Game/Code/Classes/uPluginLoader.pas
index fadea0c6..442e76e0 100644
--- a/Game/Code/Classes/uPluginLoader.pas
+++ b/Game/Code/Classes/uPluginLoader.pas
@@ -1,6 +1,6 @@
-unit uPluginLoader;
+unit UPluginLoader;
{*********************
- uPluginLoader
+ UPluginLoader
Unit contains to Classes
TPluginLoader: Class Searching for and Loading the Plugins
TtehPlugins: Class that represents the Plugins in Modules chain