diff options
Diffstat (limited to 'morse.h')
| -rw-r--r-- | morse.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#include <string> +using namespace std; +void transmit(const string&); +void morse_init(); // call this first! +void dot(); +void dash(); |