mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Fix compiler error on MSVC with ENABLE_TOUCH=TRUE
This commit is contained in:
parent
84fb663d6c
commit
7e51e2dea6
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue