Initial revision
[AROS-Contrib.git] / development / compilers / freepascal / rtl / palmos / api / ui.pp
blobbcbf5f231a09b5473aa799c8a680a6f842f61de0
2 $Id$
3 This file is part of the Free Pascal run time library.
5 Copyright (c) 1998 Florian Klaempfl
6 member of the Free Pascal development team
8 See the file COPYING.FPC, included in this distribution,
9 for details about the copyright.
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
15 **********************************************************************}
17 unit ui;
19 interface
21 {$I init.inc}
22 {$I rect.inc}
23 {$I font.inc}
24 {$I fontsel.inc}
26 implementation
28 {$I font.imn}
30 end.
32 $Log$
33 Revision 1.1 2002/02/19 08:26:10 sasu
34 Initial revision
36 Revision 1.1 2000/07/13 06:31:12 michael
37 + Initial import
39 Revision 1.1 1998/08/05 21:47:23 florian
40 + some new converted header files added