aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Game/Code/UltraStar.dpr4
-rw-r--r--Game/Code/lib/PngImage/Tpngimage.dcubin1140 -> 0 bytes
-rw-r--r--Game/Code/lib/PngImage/pngimage.dcubin91395 -> 0 bytes
-rw-r--r--Game/Code/lib/PngImage/pnglang.dcubin4226 -> 0 bytes
-rw-r--r--Game/Code/lib/PngImage/pngzlib.dcubin37565 -> 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
deleted file mode 100644
index 8cbbd152..00000000
--- a/Game/Code/lib/PngImage/Tpngimage.dcu
+++ /dev/null
Binary files differ
diff --git a/Game/Code/lib/PngImage/pngimage.dcu b/Game/Code/lib/PngImage/pngimage.dcu
deleted file mode 100644
index 633a7430..00000000
--- a/Game/Code/lib/PngImage/pngimage.dcu
+++ /dev/null
Binary files differ
diff --git a/Game/Code/lib/PngImage/pnglang.dcu b/Game/Code/lib/PngImage/pnglang.dcu
deleted file mode 100644
index 70b1587f..00000000
--- a/Game/Code/lib/PngImage/pnglang.dcu
+++ /dev/null
Binary files differ
diff --git a/Game/Code/lib/PngImage/pngzlib.dcu b/Game/Code/lib/PngImage/pngzlib.dcu
deleted file mode 100644
index a090ddae..00000000
--- a/Game/Code/lib/PngImage/pngzlib.dcu
+++ /dev/null
Binary files differ