diff options
| author | Uneven Prankster <unevenprankster@protonmail.com> | 2023-07-29 18:59:36 -0300 |
|---|---|---|
| committer | Uneven Prankster <unevenprankster@protonmail.com> | 2023-07-29 18:59:36 -0300 |
| commit | 42adcbda2d280f110a02bd4f3658ee724ecbbfa5 (patch) | |
| tree | fb662dd9d13c0cdf6d27ec3d37a0b7c3de2ad182 /src/controller.h | |
| parent | 593e8163a2442546a459d98d8febcaa9c2cbceb9 (diff) | |
Added pl_mpeg.h, you know where we going next
Diffstat (limited to 'src/controller.h')
| -rw-r--r-- | src/controller.h | 2 |
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); |
