mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Fix compiler error on MSVC with ENABLE_TOUCH=TRUE
This commit is contained in:
@@ -85,8 +85,8 @@ typedef enum
|
||||
// Very slow button repeat frequency
|
||||
#define SLOW_BUTTON_REPEAT 1.0f
|
||||
|
||||
extern const char **button_imagenames;
|
||||
extern const char **joystick_imagenames;
|
||||
extern const char *button_imagenames[];
|
||||
extern const char *joystick_imagenames[];
|
||||
|
||||
struct button_info
|
||||
{
|
||||
|
Reference in New Issue
Block a user