From be5c7263406aef867501c7965bcced6a7e2898a6 Mon Sep 17 00:00:00 2001 From: quou Date: Sun, 29 Sep 2024 16:39:31 +1000 Subject: animation, player movement, physics etc. --- plat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plat.h') 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 -- cgit v1.2.3-54-g00ecf