aboutsummaryrefslogtreecommitdiff
path: root/messageWind.h
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-11-17 11:21:12 +0100
committerache <ache@ache.one>2017-11-17 11:21:12 +0100
commit20a87184b1c06f63b2b3d8b9c48a68535b31b4bb (patch)
treee3ad5a41ac00d71ef95bd58fd1c4d4bf3eaa07a7 /messageWind.h
parentNumber to contact option (diff)
New mesms
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
+
+