Browse Source

add input.h

main
fdai7184 2 years ago
parent
commit
2b285e53ed
  1. 7
      src/input.h

7
src/input.h

@ -0,0 +1,7 @@
#include "unity.h"
#ifndef INPUT_H
#define INPUT_H
void getInput();
#endif
Loading…
Cancel
Save