diff options
author | Erich Eckner <git@eckner.net> | 2018-10-01 16:34:09 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-10-01 16:34:09 +0200 |
commit | 6278fcf747d6fffe2d8ea5596d6565d85360842d (patch) | |
tree | 37897b2a1cc2d2fe052391bd1bfbef1f9cc3266e | |
parent | 18ccfa57d11558c8255ac1c53c2c2212c5c7d3fb (diff) | |
download | Raetsel-6278fcf747d6fffe2d8ea5596d6565d85360842d.tar.xz |
todos eingefügt
-rw-r--r-- | raetselunit.pas | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/raetselunit.pas b/raetselunit.pas index e5a8cee..4615ddd 100644 --- a/raetselunit.pas +++ b/raetselunit.pas @@ -4,6 +4,10 @@ unit raetselunit; interface +// TODO: Rückgängig + +// TODO: Cross-Compilieren + uses Classes, SysUtils, Forms, Spin, Controls, StdCtrls, ExtCtrls, LCLType, lowlevelunit, Messages, ComCtrls, Graphics; |