diff --git a/3DS/source/input.c b/3DS/source/input.c index e79248e..2496832 100644 --- a/3DS/source/input.c +++ b/3DS/source/input.c @@ -8,6 +8,8 @@ #include "input.h" +//Insert line of text here to test if Git for Windows will work with this repo. + int inputIP(void) { touchPosition touch; hidTouchRead(&touch);