summaryrefslogtreecommitdiff
path: root/typenunit.pas
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2015-11-19 16:04:53 +0100
committerErich Eckner <git@eckner.net>2015-11-19 16:04:53 +0100
commit5f10cfe7d75563f6f7988c63c46bb65c07f69220 (patch)
tree1970ebe324ff4bd5884d78436d9b05c12facf61f /typenunit.pas
parente67806a66a019d91d0fc7512bc42a9e1ef2f4c1e (diff)
downloadepost-5f10cfe7d75563f6f7988c63c46bb65c07f69220.tar.xz
lineares Bild kann nun Farben aus mehreren Daten addieren
Diffstat (limited to 'typenunit.pas')
-rw-r--r--typenunit.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/typenunit.pas b/typenunit.pas
index 29e42dd..eeb470a 100644
--- a/typenunit.pas
+++ b/typenunit.pas
@@ -405,6 +405,7 @@ type
function dumpParams: string;
procedure berechneZielausdehnung(out grenzen: t2x2Longint);
end;
+ tTransformationenArray = array of tTransformationen;
implementation