Add TODO/FIXME note and exclude ifdef for now

pull/12788/head
twinaphex 2021-08-12 18:28:03 +02:00
parent d28402b87d
commit 148a489af5
1 changed files with 2 additions and 2 deletions

View File

@ -81,9 +81,9 @@
#ifdef HAVE_NETWORKING
#include "../../network/netplay/netplay.h"
#ifdef HAVE_NETPLAYDISCOVERY
/* TODO/FIXME - we can't ifdef netplay_discovery.h because of these pesky globals 'netplay_room_count' and 'netplay_room_list' - let's please get rid of them */
#include "../../network/netplay/netplay_discovery.h"
#endif
#include "../../wifi/wifi_driver.h"
#endif