aboutsummaryrefslogtreecommitdiffstats
path: root/unicode/src/ultrastardx.dpr
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-07-23 18:16:30 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-07-23 18:16:30 +0000
commit91f5146180d33a6d197c3d005503c4e253dbb9d6 (patch)
treef4ab5b066134d2a293d1b30104faf9956fa47363 /unicode/src/ultrastardx.dpr
parent21c1082f916cc9a4d7be625c132e02b1fc1d8012 (diff)
downloadusdx-91f5146180d33a6d197c3d005503c4e253dbb9d6.tar.gz
usdx-91f5146180d33a6d197c3d005503c4e253dbb9d6.tar.xz
usdx-91f5146180d33a6d197c3d005503c4e253dbb9d6.zip
- Copied stuff from sdlstreams.pas removed from UCommon.pas. Use sdlstreams.pas directly instead.
- Image loading now completely handles Unicode filenames. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1876 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'unicode/src/ultrastardx.dpr')
-rw-r--r--unicode/src/ultrastardx.dpr1
1 files changed, 1 insertions, 0 deletions
diff --git a/unicode/src/ultrastardx.dpr b/unicode/src/ultrastardx.dpr
index 0ac212a1..9a5bc118 100644
--- a/unicode/src/ultrastardx.dpr
+++ b/unicode/src/ultrastardx.dpr
@@ -71,6 +71,7 @@ uses
sdl in 'lib\JEDI-SDL\SDL\Pas\sdl.pas',
sdl_image in 'lib\JEDI-SDL\SDL_Image\Pas\sdl_image.pas',
sdlutils in 'lib\JEDI-SDL\SDL\Pas\sdlutils.pas',
+ sdlstreams in 'lib\JEDI-SDL\SDL\Pas\sdlstreams.pas',
UMediaCore_SDL in 'media\UMediaCore_SDL.pas',
zlib in 'lib\zlib\zlib.pas',