From 98cc0af690719f10bd7b67c1c11d207bfcdbbfe7 Mon Sep 17 00:00:00 2001 From: Yanis <35189056+Yanis002@users.noreply.github.com> Date: Fri, 30 Jan 2026 18:36:20 +0100 Subject: Started `TouchControl.cpp` (#111) * start both `TouchControl.cpp` * fix build issues * complete touchcontrol * remove useless comment --------- Co-authored-by: Yanis002 --- include/lib/touch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/lib') diff --git a/include/lib/touch.h b/include/lib/touch.h index 4bc0ed30..e5848f5f 100644 --- a/include/lib/touch.h +++ b/include/lib/touch.h @@ -16,5 +16,7 @@ struct TouchState { s32 touchY; }; +extern "C" { void WaitForTouchUpdate(u16 param1); bool GetTouchStateFlags(TouchStateFlags *pState); +} -- cgit v1.2.3