summaryrefslogtreecommitdiff
path: root/include/lib/touch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib/touch.h')
-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);
+}