diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-21 21:04:54 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-21 21:04:54 +1300 |
commit | b4438b2fbe895694be98e6e8426103deefc51448 (patch) | |
tree | 760d86cd7c06420a91dad102cc9546aee73146fc /src/fltk-devices.ads | |
parent | a4703a65b015140cd4a7a985db66264875ade734 (diff) |
Split public API and private implementation files into different directories
Diffstat (limited to 'src/fltk-devices.ads')
-rw-r--r-- | src/fltk-devices.ads | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/fltk-devices.ads b/src/fltk-devices.ads deleted file mode 100644 index d9ce5b1..0000000 --- a/src/fltk-devices.ads +++ /dev/null @@ -1,23 +0,0 @@ - - --- Programmed by Jedidiah Barber --- Released into the public domain - - -package FLTK.Devices is - - - type Device is new Wrapper with private; - - type Device_Reference (Data : not null access Device'Class) is - limited null record with Implicit_Dereference => Data; - - -private - - - type Device is new Wrapper with null record; - - -end FLTK.Devices; - |