diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-10-27 09:36:49 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-10-27 09:36:49 +0000 |
commit | 5802c7be05f25e5da3a991377942c00ee7d95639 (patch) | |
tree | 3b5e5bc3fbfb500a0617aa9f13593454977539e1 /Game/Code/Classes/uPluginLoader.pas | |
parent | 9af5260cd9905f8d7e5600110cdb0667c0bb5188 (diff) | |
download | usdx-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/uPluginLoader.pas | 4 |
1 files changed, 2 insertions, 2 deletions
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
|