aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UCommon.pas
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-03 03:00:18 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-03 03:00:18 +0000
commit83c95e09f137e9984e7240fe629e8c819dfccbf4 (patch)
treec25d2d77a20480534ec8c34305009e7724cc68d0 /Game/Code/Classes/UCommon.pas
parentdc1cf85b1ee9fea174c97293f23e8f384fce1fdc (diff)
downloadusdx-83c95e09f137e9984e7240fe629e8c819dfccbf4.tar.gz
usdx-83c95e09f137e9984e7240fe629e8c819dfccbf4.tar.xz
usdx-83c95e09f137e9984e7240fe629e8c819dfccbf4.zip
- actual.. -> current..
- USDX version-numbers in UConfig - some windows/lclintf dependencies removed - some indentation git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@898 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/Classes/UCommon.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/Game/Code/Classes/UCommon.pas b/Game/Code/Classes/UCommon.pas
index fb74af0b..abff538f 100644
--- a/Game/Code/Classes/UCommon.pas
+++ b/Game/Code/Classes/UCommon.pas
@@ -152,6 +152,7 @@ end;
{$ENDIF}
{$IFDEF FPC}
+// FIXME: already exists in FPC
function MaxValue(const Data: array of Double): Double;
var
I: Integer;
@@ -162,6 +163,7 @@ begin
Result := Data[I];
end;
+// FIXME: already exists in FPC
function MinValue(const Data: array of Double): Double;
var
I: Integer;