aboutsummaryrefslogtreecommitdiff
path: root/messageWind.h
diff options
context:
space:
mode:
Diffstat (limited to 'messageWind.h')
-rw-r--r--messageWind.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/messageWind.h b/messageWind.h
new file mode 100644
index 0000000..99f0f57
--- /dev/null
+++ b/messageWind.h
@@ -0,0 +1,16 @@
+
+#ifndef MESSAGE_WIND
+#define MESSAGE_WIND
+
+#include "sms.h"
+
+
+void showMessageWind(void);
+
+void clearWind(void);
+
+void toTheEnd(void);
+
+#endif
+
+