mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-13 21:49:42 +00:00
(netplay) Fix CXX_BUILD
This commit is contained in:
parent
c53d1969f2
commit
37a5139f5f
@ -36,6 +36,8 @@ enum
|
||||
CMD_OPT_REQUIRE_SYNC = 0x10
|
||||
};
|
||||
|
||||
void *netplay_data;
|
||||
|
||||
/**
|
||||
* warn_hangup:
|
||||
*
|
||||
|
@ -131,7 +131,7 @@ struct netplay
|
||||
struct netplay_callbacks* net_cbs;
|
||||
};
|
||||
|
||||
void *netplay_data;
|
||||
extern void *netplay_data;
|
||||
|
||||
struct netplay_callbacks* netplay_get_cbs_net(void);
|
||||
struct netplay_callbacks* netplay_get_cbs_spectate(void);
|
||||
@ -148,4 +148,4 @@ bool np_send_info(netplay_t *netplay);
|
||||
bool np_get_info(netplay_t *netplay);
|
||||
bool np_is_server(netplay_t* netplay);
|
||||
bool np_is_spectate(netplay_t* netplay);
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user