fixed consts in header

This commit is contained in:
Lukas Bachschwell 2017-12-19 13:22:17 +01:00
parent 8526e6d4a5
commit 10c656448b
1 changed files with 2 additions and 2 deletions

View File

@ -21,10 +21,10 @@ class SimpleExpressionsClass
// Mouths
void printMouth(int number, int r, int g, int b);
void writeMouth(char mouthName[], int r, int g, int b);
void writeMouth(const char mouthName[], int r, int g, int b);
void printMouth(int number);
void writeMouth(char mouthName[]);
void writeMouth(const char mouthName[]);
void clearMouth();