diff options
Diffstat (limited to 'src/libui_sdl/PlatformConfig.h')
-rw-r--r-- | src/libui_sdl/PlatformConfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libui_sdl/PlatformConfig.h b/src/libui_sdl/PlatformConfig.h index be29c17..aaa56d3 100644 --- a/src/libui_sdl/PlatformConfig.h +++ b/src/libui_sdl/PlatformConfig.h @@ -39,6 +39,8 @@ extern int JoyMapping[12]; extern int HKKeyMapping[HK_MAX]; extern int HKJoyMapping[HK_MAX]; +extern int JoystickID; + extern int WindowWidth; extern int WindowHeight; extern int WindowMaximized; |