summaryrefslogtreecommitdiff
path: root/src/deck_convert_gui.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/deck_convert_gui.ads')
-rw-r--r--src/deck_convert_gui.ads16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/deck_convert_gui.ads b/src/deck_convert_gui.ads
new file mode 100644
index 0000000..3273060
--- /dev/null
+++ b/src/deck_convert_gui.ads
@@ -0,0 +1,16 @@
+
+
+package Deck_Convert_GUI is
+
+ procedure Show;
+ procedure Hide;
+
+private
+
+ task Worker is
+ entry Start_Process;
+ end Worker;
+
+end Deck_Convert_GUI;
+
+