summaryrefslogtreecommitdiff
path: root/morse.h
diff options
context:
space:
mode:
Diffstat (limited to 'morse.h')
-rw-r--r--morse.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/morse.h b/morse.h
new file mode 100644
index 0000000..b117d63
--- /dev/null
+++ b/morse.h
@@ -0,0 +1,6 @@
+#include <string>
+using namespace std;
+void transmit(const string&);
+void morse_init(); // call this first!
+void dot();
+void dash();