diff options
author | Erich Eckner <git@eckner.net> | 2015-11-19 16:04:53 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2015-11-19 16:04:53 +0100 |
commit | 5f10cfe7d75563f6f7988c63c46bb65c07f69220 (patch) | |
tree | 1970ebe324ff4bd5884d78436d9b05c12facf61f /typenunit.pas | |
parent | e67806a66a019d91d0fc7512bc42a9e1ef2f4c1e (diff) | |
download | epost-5f10cfe7d75563f6f7988c63c46bb65c07f69220.tar.xz |
lineares Bild kann nun Farben aus mehreren Daten addieren
Diffstat (limited to 'typenunit.pas')
-rw-r--r-- | typenunit.pas | 1 |
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 |