aboutsummaryrefslogtreecommitdiff
path: root/headers
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-07-10 13:39:53 +0200
committerkdx <kikoodx@paranoici.org>2023-07-10 13:40:00 +0200
commit75c1afb03e7a4f137d852548fb0eb13e4030b471 (patch)
tree6d84fabf14af807996fb838a6ffe61422903595a /headers
parentde846cd6b857a1e41b0eb9204f9bb4a9fe1b51f3 (diff)
downloadtzr-75c1afb03e7a4f137d852548fb0eb13e4030b471.tar.gz
joystick include SDL_gamecontroller
Diffstat (limited to 'headers')
-rw-r--r--headers/TZR_joystick.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/headers/TZR_joystick.h b/headers/TZR_joystick.h
index ce1a49a..36a80e2 100644
--- a/headers/TZR_joystick.h
+++ b/headers/TZR_joystick.h
@@ -1,6 +1,6 @@
#pragma once
#include "TZR_types.h"
-#include <SDL2/SDL_joystick.h>
+#include <SDL2/SDL_gamecontroller.h>
TZR_KeyState TZR_JoystickGetState(uint8_t button);
bool TZR_JoystickDown(uint8_t button);