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;