Sound4Calc/include/main.h

7 lines
87 B
C
Raw Normal View History

2017-02-26 14:16:21 +01:00
#ifndef _MAIN_H
#define _MAIN_H
2017-02-25 11:29:24 +01:00
2017-04-08 08:48:22 +02:00
void DrawKeyF(char* str, unsigned char keyF);
2017-02-25 11:29:24 +01:00
#endif