diff --git a/src/input.h b/src/input.h new file mode 100644 index 0000000..c6e2855 --- /dev/null +++ b/src/input.h @@ -0,0 +1,7 @@ +#include "unity.h" +#ifndef INPUT_H +#define INPUT_H + +void getInput(); + +#endif