From d51123dce4c4ed67f735609774e25bc4a803f5ce Mon Sep 17 00:00:00 2001 From: RedInquisitive Date: Sat, 3 Oct 2015 12:26:52 -0500 Subject: [PATCH] Testing Git for Windows. --- 3DS/source/input.c | 2 ++ 1 file changed, 2 insertions(+) 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);