diff options
Diffstat (limited to 'Game')
-rw-r--r-- | Game/Code/UltraStar.dpr | 4 | ||||
-rw-r--r-- | Game/Code/lib/PngImage/Tpngimage.dcu | bin | 1140 -> 0 bytes | |||
-rw-r--r-- | Game/Code/lib/PngImage/pngimage.dcu | bin | 91395 -> 0 bytes | |||
-rw-r--r-- | Game/Code/lib/PngImage/pnglang.dcu | bin | 4226 -> 0 bytes | |||
-rw-r--r-- | Game/Code/lib/PngImage/pngzlib.dcu | bin | 37565 -> 0 bytes |
5 files changed, 4 insertions, 0 deletions
diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr index 842b225e..96172a42 100644 --- a/Game/Code/UltraStar.dpr +++ b/Game/Code/UltraStar.dpr @@ -4,6 +4,8 @@ program UltraStar; {$R 'UltraStar.res' 'UltraStar.rc'}
+
+// C:\Components\PngImage
uses
//------------------------------
//Includes - 3rd Party Libraries
@@ -14,6 +16,8 @@ uses bass in 'lib\bass\delphi\bass.pas',
PNGImage in 'lib\PNGImage\PNGImage.pas',
+ PNGzLib in 'lib\PNGImage\PNGzLib.pas',
+ pnglang in 'lib\PNGImage\pnglang.pas',
midiout in 'lib\midi\midiout.pas',
midiin in 'lib\midi\midiin.pas',
diff --git a/Game/Code/lib/PngImage/Tpngimage.dcu b/Game/Code/lib/PngImage/Tpngimage.dcu Binary files differdeleted file mode 100644 index 8cbbd152..00000000 --- a/Game/Code/lib/PngImage/Tpngimage.dcu +++ /dev/null diff --git a/Game/Code/lib/PngImage/pngimage.dcu b/Game/Code/lib/PngImage/pngimage.dcu Binary files differdeleted file mode 100644 index 633a7430..00000000 --- a/Game/Code/lib/PngImage/pngimage.dcu +++ /dev/null diff --git a/Game/Code/lib/PngImage/pnglang.dcu b/Game/Code/lib/PngImage/pnglang.dcu Binary files differdeleted file mode 100644 index 70b1587f..00000000 --- a/Game/Code/lib/PngImage/pnglang.dcu +++ /dev/null diff --git a/Game/Code/lib/PngImage/pngzlib.dcu b/Game/Code/lib/PngImage/pngzlib.dcu Binary files differdeleted file mode 100644 index a090ddae..00000000 --- a/Game/Code/lib/PngImage/pngzlib.dcu +++ /dev/null |