mirror of
https://github.com/s00500/SimpleExpressions
synced 2024-11-23 11:00:54 +00:00
fixed consts in header
This commit is contained in:
parent
8526e6d4a5
commit
10c656448b
@ -21,10 +21,10 @@ class SimpleExpressionsClass
|
|||||||
|
|
||||||
// Mouths
|
// Mouths
|
||||||
void printMouth(int number, int r, int g, int b);
|
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 printMouth(int number);
|
||||||
void writeMouth(char mouthName[]);
|
void writeMouth(const char mouthName[]);
|
||||||
|
|
||||||
void clearMouth();
|
void clearMouth();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user