Properly extern.

This commit is contained in:
Themaister 2012-03-05 19:49:19 +01:00
parent 47f95020f0
commit 4bd53c0b96

View File

@ -68,7 +68,7 @@ enum ps3_device_id
#endif
extern uint64_t platform_keybind_lut[SSNES_LAST_PLATFORM_KEY];
char platform_keybind_name_lut[SSNES_LAST_PLATFORM_KEY][256];
extern char platform_keybind_name_lut[SSNES_LAST_PLATFORM_KEY][256];
extern uint64_t default_keybind_lut[SSNES_FIRST_META_KEY];
extern const char *default_libsnes_keybind_name_lut[SSNES_FIRST_META_KEY];