CXX_BUILD fix

This commit is contained in:
twinaphex 2016-12-01 22:57:43 +01:00
parent 5e75820880
commit 230d7105fd
2 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,6 @@
#include "tasks_internal.h"
extern const char* const input_builtin_autoconfs[];
typedef struct autoconfig_disconnect
{
char msg[255];

View File

@ -171,6 +171,8 @@ bool input_autoconfigure_connect(autoconfig_params_t *params);
bool input_autoconfigure_disconnect(unsigned i, const char *ident);
extern const char* const input_builtin_autoconfs[];
RETRO_END_DECLS
#endif