Sound4Calc/include/main.h

7 lines
87 B
C

#ifndef _MAIN_H
#define _MAIN_H
void DrawKeyF(char* str, unsigned char keyF);
#endif