diff options
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); |
