aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UCore.pas
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-10-27 09:36:49 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-10-27 09:36:49 +0000
commit5802c7be05f25e5da3a991377942c00ee7d95639 (patch)
tree3b5e5bc3fbfb500a0617aa9f13593454977539e1 /Game/Code/Classes/UCore.pas
parent9af5260cd9905f8d7e5600110cdb0667c0bb5188 (diff)
downloadusdx-5802c7be05f25e5da3a991377942c00ee7d95639.tar.gz
usdx-5802c7be05f25e5da3a991377942c00ee7d95639.tar.xz
usdx-5802c7be05f25e5da3a991377942c00ee7d95639.zip
try to fix build errors
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@537 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/Classes/UCore.pas2
1 files changed, 1 insertions, 1 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