mirror of
				https://github.com/s00500/SimpleExpressions
				synced 2025-10-31 02:03:26 +00:00 
			
		
		
		
	fixed consts in header
This commit is contained in:
		| @@ -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(); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user