aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/UltraStar.dpr
diff options
context:
space:
mode:
authorf1fth_freed0m <f1fth_freed0m@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-27 22:30:01 +0000
committerf1fth_freed0m <f1fth_freed0m@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-27 22:30:01 +0000
commitf03ed07bc00ddc28a77f4e81d25e7d3ee596e06d (patch)
treee635c761efeee38928cb2d6089c4d4ba3054dc68 /Game/Code/UltraStar.dpr
parentbbf6784e26b5f94c87c9deedb75711948d937f46 (diff)
downloadusdx-f03ed07bc00ddc28a77f4e81d25e7d3ee596e06d.tar.gz
usdx-f03ed07bc00ddc28a77f4e81d25e7d3ee596e06d.tar.xz
usdx-f03ed07bc00ddc28a77f4e81d25e7d3ee596e06d.zip
USDX is now able to load SingStar XML Songfiles using Whitesharks XML2US Parser
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@974 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/UltraStar.dpr')
-rw-r--r--Game/Code/UltraStar.dpr1
1 files changed, 1 insertions, 0 deletions
diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr
index 79f9675e..aa92d8fa 100644
--- a/Game/Code/UltraStar.dpr
+++ b/Game/Code/UltraStar.dpr
@@ -98,6 +98,7 @@ uses
UTime in 'Classes\UTime.pas',
TextGL in 'Classes\TextGL.pas',
USong in 'Classes\USong.pas',
+ UXMLSong in 'Classes\UXMLSong.pas',
USongs in 'Classes\USongs.pas',
UIni in 'Classes\UIni.pas',
ULyrics in 'Classes\ULyrics.pas',