aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UTexture.pas
diff options
context:
space:
mode:
authorjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-09-19 13:13:37 +0000
committerjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-09-19 13:13:37 +0000
commit84beb7412eaca48cbf5c9915b83e5f8c79c9a0e7 (patch)
tree1356601393266644728a0ee1d1e3cc26dab4a135 /Game/Code/Classes/UTexture.pas
parent90bf63406cd1dbcc9c041a858ef2f030d58f1f25 (diff)
downloadusdx-84beb7412eaca48cbf5c9915b83e5f8c79c9a0e7.tar.gz
usdx-84beb7412eaca48cbf5c9915b83e5f8c79c9a0e7.tar.xz
usdx-84beb7412eaca48cbf5c9915b83e5f8c79c9a0e7.zip
fixes to get working in lazarus..
compiling, linking, starting to run.. just fixing stuff :) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@397 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Classes/UTexture.pas')
-rw-r--r--Game/Code/Classes/UTexture.pas5
1 files changed, 2 insertions, 3 deletions
diff --git a/Game/Code/Classes/UTexture.pas b/Game/Code/Classes/UTexture.pas
index 4eb00b4b..c1862828 100644
--- a/Game/Code/Classes/UTexture.pas
+++ b/Game/Code/Classes/UTexture.pas
@@ -21,11 +21,10 @@ uses OpenGL12,
Math,
Classes,
SysUtils,
- Graphics,
-
{$IFDEF FPC}
- lazjpeg,
+ ulazjpeg,
{$ELSE}
+ Graphics,
JPEG,
PNGImage,
{$ENDIF}