Move files so it compiles
TerribleCodeClub/wiistream/pipeline/head There was a failure building this commit
Details
TerribleCodeClub/wiistream/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
3eb262111d
commit
aae82c7569
|
@ -5,9 +5,9 @@
|
||||||
#include <gccore.h>
|
#include <gccore.h>
|
||||||
#include <wiiuse/wpad.h>
|
#include <wiiuse/wpad.h>
|
||||||
|
|
||||||
#include "network/networking.h"
|
#include "networking.h"
|
||||||
#include "network/udp_client.h"
|
|
||||||
#include "screen.h"
|
#include "screen.h"
|
||||||
|
#include "udp_client.h"
|
||||||
|
|
||||||
/// The IP address of the server to connect to.
|
/// The IP address of the server to connect to.
|
||||||
const std::string SERVER_IP_ADDRESS = "192.168.0.1";
|
const std::string SERVER_IP_ADDRESS = "192.168.0.1";
|
||||||
|
|
Loading…
Reference in New Issue