aboutsummaryrefslogtreecommitdiff
path: root/messageWind.h
blob: 99f0f57a5f7a2e45211086eb54f9e8cce1237aef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

#ifndef MESSAGE_WIND
#define MESSAGE_WIND

#include "sms.h"


void showMessageWind(void);

void clearWind(void);

void toTheEnd(void);

#endif