add missing #ifdef HAVE_NETWORKING around core_set_netplay_callbacks()

This commit is contained in:
aliaspider 2016-09-29 22:10:21 +01:00
parent 03215a831f
commit 86d3e982ba

View File

@ -176,6 +176,7 @@ bool core_set_rewind_callbacks(void)
return true;
}
#ifdef HAVE_NETWORKING
/**
* core_set_netplay_callbacks:
*
@ -195,6 +196,7 @@ bool core_set_netplay_callbacks(void)
return true;
}
#endif
bool core_set_cheat(retro_ctx_cheat_info_t *info)
{