summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo/input_t.h
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-05-03 22:01:52 -0400
committerrealtradam <[email protected]>2023-05-03 22:01:52 -0400
commit2709a71f46acb65535a8ee871a352d2ff1fb82df (patch)
tree33383118312a364f491c93770da53c16c7f21141 /include/rodeo/input_t.h
parent87ca456c3f3e97f149604bc033fdd57998e2dcd4 (diff)
downloadRodeoKit-2709a71f46acb65535a8ee871a352d2ff1fb82df.tar.gz
RodeoKit-2709a71f46acb65535a8ee871a352d2ff1fb82df.zip
fix cmake build files for both linux and web
Diffstat (limited to 'include/rodeo/input_t.h')
-rw-r--r--include/rodeo/input_t.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rodeo/input_t.h b/include/rodeo/input_t.h
index 2277505..90ab71d 100644
--- a/include/rodeo/input_t.h
+++ b/include/rodeo/input_t.h
@@ -789,7 +789,8 @@ typedef enum
rodeo_input_binary_controllerButton_PADDLE4, /* Xbox Elite paddle P4 (lower right, facing the back) */
rodeo_input_binary_controllerButton_TOUCHPAD, /* PS4/PS5 touchpad button */
rodeo_input_binary_controllerButton_MAX
-} rodeo_input_binary_controllerButton_t;
+}
+rodeo_input_binary_controllerButton_t;
// - SDL code end -