Changed an inclusion path
I've also modified my local SDL_net install to ensure that it built with the correct version of SDL. Long story short: This worked me up way too much.
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#include "serial_packet_type.hpp"
|
#include "serial_packet_type.hpp"
|
||||||
|
|
||||||
#include "SDL_net.h"
|
#include "SDL2/SDL_net.h"
|
||||||
|
|
||||||
constexpr int PACKET_STRING_SIZE = 100;
|
constexpr int PACKET_STRING_SIZE = 100;
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
#include "singleton.hpp"
|
#include "singleton.hpp"
|
||||||
|
|
||||||
//APIs
|
//APIs
|
||||||
#include "SDL_net.h"
|
#include "SDL2/SDL_net.h"
|
||||||
|
|
||||||
class UDPNetworkUtility : public Singleton<UDPNetworkUtility> {
|
class UDPNetworkUtility : public Singleton<UDPNetworkUtility> {
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "SDL_net.h"
|
#include "SDL2/SDL_net.h"
|
||||||
|
|
||||||
//these should've come standard
|
//these should've come standard
|
||||||
bool operator==(IPaddress lhs, IPaddress rhs);
|
bool operator==(IPaddress lhs, IPaddress rhs);
|
||||||
|
|||||||
Reference in New Issue
Block a user