From 42adcbda2d280f110a02bd4f3658ee724ecbbfa5 Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Sat, 29 Jul 2023 18:59:36 -0300 Subject: Added pl_mpeg.h, you know where we going next --- src/controller.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/controller.h') diff --git a/src/controller.h b/src/controller.h index 30c73d1..55098cc 100644 --- a/src/controller.h +++ b/src/controller.h @@ -2,6 +2,8 @@ #include "config.h" +// TODO: Controller button presses you DINGUS + b32 is_button_pressed(i32 btn); b32 is_button_held(i32 btn); b32 is_button_released(i32 btn); -- cgit v1.2.3