aboutsummaryrefslogtreecommitdiff
path: root/src/controller.h
diff options
context:
space:
mode:
authorUneven Prankster <unevenprankster@protonmail.com>2023-07-29 18:59:36 -0300
committerUneven Prankster <unevenprankster@protonmail.com>2023-07-29 18:59:36 -0300
commit42adcbda2d280f110a02bd4f3658ee724ecbbfa5 (patch)
treefb662dd9d13c0cdf6d27ec3d37a0b7c3de2ad182 /src/controller.h
parent593e8163a2442546a459d98d8febcaa9c2cbceb9 (diff)
Added pl_mpeg.h, you know where we going next
Diffstat (limited to 'src/controller.h')
-rw-r--r--src/controller.h2
1 files changed, 2 insertions, 0 deletions
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);