From 8d021ba9197cc31408c4a9da1948422bcb7a3d43 Mon Sep 17 00:00:00 2001 From: jaybinks Date: Sat, 3 Nov 2007 03:30:35 +0000 Subject: 1 more try. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@563 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/UltraStar.dpr | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr index 4695ae4e..0ab28cb6 100644 --- a/Game/Code/UltraStar.dpr +++ b/Game/Code/UltraStar.dpr @@ -98,7 +98,7 @@ uses UCore in 'Classes\UCore.pas', //Core, Maybe remove this UCoreModule in 'Classes\UCoreModule.pas', //^ UPluginInterface in 'Classes\UPluginInterface.pas', //Interface offered by Core to Plugins - UPluginLoader in 'Classes\UPluginLoader.pas', //New Plugin Loader Module + uPluginLoader in 'Classes\uPluginLoader.pas', //New Plugin Loader Module UParty in 'Classes\UParty.pas', // to - do : rewrite Party Manager as Module, reomplent ability to offer party Mody by Plugin @@ -169,7 +169,9 @@ uses UPluginDefs in '..\..\Modis\SDK\UPluginDefs.pas', //New SDK, not only Modis UPartyDefs in '..\..\Modis\SDK\UPartyDefs.pas', //Headers to register Party Modes + {$IFDEF win32} Windows, + {$ENDIF} SysUtils; const -- cgit v1.2.3