summaryrefslogtreecommitdiff
path: root/gfx/template/gfxinterface.pas
blob: 189b772c751d24d5d6235ddbac7dbdcb1a1b279c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
    fpGFX  -  Free Pascal Graphics Library
    Copyright (C) 2000 by
      Areca Systems GmbH / Sebastian Guenther, sg@freepascal.org
    Copyright (C) 2006 by Graeme Geldenhuys 
      member of the fpGFX development team.

    Default target selection unit for template unit

    See the file COPYING.fpGFX, included in this distribution,
    for details about the copyright.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

 **********************************************************************}


unit GFXImpl;

interface

uses GFX_xxx;


type

  TDefDisplay = TxxxDisplay;
  TDefWindow = TxxxWindow;


implementation

end.


{
  $Log: gfximpl.pp,v $
  Revision 1.2  2000/10/28 20:28:27  sg
  * First version

  Revision 1.1  2000/08/04 21:05:53  sg
  * First version in CVS

}