Move files so it compiles
TerribleCodeClub/wiistream/pipeline/head There was a failure building this commit Details

This commit is contained in:
Alex 2021-08-15 12:08:30 +01:00
parent 3eb262111d
commit aae82c7569
5 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@
#include <gccore.h>
#include <wiiuse/wpad.h>
#include "network/networking.h"
#include "network/udp_client.h"
#include "networking.h"
#include "screen.h"
#include "udp_client.h"
/// The IP address of the server to connect to.
const std::string SERVER_IP_ADDRESS = "192.168.0.1";