aboutsummaryrefslogtreecommitdiff
path: root/plat.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat.h')
-rw-r--r--plat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plat.h b/plat.h
index 3c91ef6..32f17f6 100644
--- a/plat.h
+++ b/plat.h
@@ -81,4 +81,8 @@ void init_audio(void);
void deinit_audio(void);
void play_sound(int len);
+int btn_pressed(const App* a, Btn btn);
+int btn_just_pressed(const App* a, Btn btn);
+int btn_just_released(const App* a, Btn btn);
+
#endif