From bf7b206aac69a390a65a6c50717f226bb737a40d Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Tue, 23 Sep 2008 21:58:57 +0000 Subject: base/uPluginLoader.pas renamed to UPluginLoader.pas. no code change git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1408 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/ultrastardx.dpr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ultrastardx.dpr') diff --git a/src/ultrastardx.dpr b/src/ultrastardx.dpr index 36dc7ee8..c35cb620 100644 --- a/src/ultrastardx.dpr +++ b/src/ultrastardx.dpr @@ -195,7 +195,7 @@ uses UCore in 'base\UCore.pas', //Core, Maybe remove this UCoreModule in 'base\UCoreModule.pas', //^ UPluginInterface in 'base\UPluginInterface.pas', //Interface offered by Core to Plugins - uPluginLoader in 'base\uPluginLoader.pas', //New Plugin Loader Module + UPluginLoader in 'base\UPluginLoader.pas', //New Plugin Loader Module UParty in 'base\UParty.pas', // TODO: rewrite Party Manager as Module, reomplent ability to offer party Mody by Plugin -- cgit v1.2.3