10 lines
155 B
C
10 lines
155 B
C
#ifndef SUBSTITUTIONS_H
|
|
#define SUBSTITUTIONS_H
|
|
|
|
void reset_input_mode();
|
|
void set_input_mode();
|
|
void delay(unsigned int ms);
|
|
char isKeyPressed();
|
|
|
|
#endif
|