Fix extern decl. of touchgui_button_imagenames

master
Craig Robbins 2015-03-13 17:16:57 +10:00 committed by OttoLidenbrock
parent 6f1c5d20db
commit 443dbd8413
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ typedef enum {
#define MAX_TOUCH_COUNT 64
#define BUTTON_REPEAT_DELAY 0.2f
extern const char** touchgui_button_imagenames;
extern const char *touchgui_button_imagenames[];
class TouchScreenGUI
{