From 2709a71f46acb65535a8ee871a352d2ff1fb82df Mon Sep 17 00:00:00 2001 From: realtradam Date: Wed, 3 May 2023 22:01:52 -0400 Subject: fix cmake build files for both linux and web --- include/rodeo/input_t.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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 - -- cgit v1.2.3