summaryrefslogtreecommitdiff
path: root/src/fltk-devices.ads
blob: 517bd7320f1ce649ae8dd0334b191ba5cd4a8562 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20


--  Programmed by Jedidiah Barber
--  Released into the public domain


package FLTK.Devices is


    type Device is new Wrapper with private;


private


    type Device is new Wrapper with null record;


end FLTK.Devices;