summaryrefslogtreecommitdiff
path: root/include/lib
diff options
context:
space:
mode:
authorYanis <35189056+Yanis002@users.noreply.github.com>2026-01-30 18:36:20 +0100
committerGitHub <noreply@github.com>2026-01-30 18:36:20 +0100
commit98cc0af690719f10bd7b67c1c11d207bfcdbbfe7 (patch)
tree106937a3d0b6476d44872d8ccf2cfc6b0a6a03df /include/lib
parente5701a754e910812061cdd7aa2012feca050a6c4 (diff)
Started `TouchControl.cpp` (#111)
* start both `TouchControl.cpp` * fix build issues * complete touchcontrol * remove useless comment --------- Co-authored-by: Yanis002 <Yanis002@users.noreply.github.com>
Diffstat (limited to 'include/lib')
-rw-r--r--include/lib/touch.h2
1 files changed, 2 insertions, 0 deletions
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);
+}