From 797b4d8d6323c03cd0a04c54e72853cb4876edb7 Mon Sep 17 00:00:00 2001 From: tobigun Date: Mon, 3 Mar 2008 02:36:27 +0000 Subject: - Portaudio-Core added (at the moment just one helper function) - Removed the version-number from the project-file (there were three different locations were version numbers were declared and one was wrong (UCore.Create stated it was beta)). I moved the USDX version number to UConfig.pas (Will be introduced in one of the following commits). git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@893 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/UltraStar.dpr | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Game/Code/UltraStar.dpr') diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr index 55046af3..4acb5d1f 100644 --- a/Game/Code/UltraStar.dpr +++ b/Game/Code/UltraStar.dpr @@ -24,6 +24,7 @@ uses {$ENDIF} {$IFDEF UsePortaudio} portaudio in 'lib\portaudio\delphi\portaudio.pas', + UAudioCore_Portaudio in 'Classes\UAudioCore_Portaudio.pas', {$ENDIF} {$IFDEF UsePortmixer} portmixer in 'lib\portmixer\delphi\portmixer.pas', @@ -127,7 +128,7 @@ uses UPluginInterface in 'Classes\UPluginInterface.pas', //Interface offered by Core to Plugins 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 + UParty in 'Classes\UParty.pas', // TODO: rewrite Party Manager as Module, reomplent ability to offer party Mody by Plugin UPlatform in 'Classes\UPlatform.pas', {$IFDEF WIN32} UPlatformWindows in 'Classes\UPlatformWindows.pas', @@ -233,9 +234,6 @@ uses {$ENDIF} SysUtils; -const - Version = 'UltraStar Deluxe V 1.10 Alpha Build'; - {$IFNDEF FPC} begin Main; -- cgit v1.2.3