summaryrefslogtreecommitdiff
path: root/src/deckdata-process.ads
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2021-11-09 17:05:44 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2021-11-09 17:05:44 +1300
commit36b0cbf19bd44c94bbe5aa67730347290f20628c (patch)
treed2171132faa9dc6b2ffe99e87b7bbef102c9a9c0 /src/deckdata-process.ads
parentb18a53cfaea8c3cf9e838e2a1cc8000a18324234 (diff)
Refactored packages
Diffstat (limited to 'src/deckdata-process.ads')
-rw-r--r--src/deckdata-process.ads15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/deckdata-process.ads b/src/deckdata-process.ads
new file mode 100644
index 0000000..f0f16cf
--- /dev/null
+++ b/src/deckdata-process.ads
@@ -0,0 +1,15 @@
+
+
+-- This source is licensed under the Sunset License v1.0
+
+
+package Deckdata.Process is
+
+
+ procedure Strip_Formatting
+ (Notes : in out Note_Vector);
+
+
+end Deckdata.Process;
+
+