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:
@@ -26,7 +26,7 @@
|
||||
#include "singleton.hpp"
|
||||
|
||||
//APIs
|
||||
#include "SDL_net.h"
|
||||
#include "SDL2/SDL_net.h"
|
||||
|
||||
class UDPNetworkUtility : public Singleton<UDPNetworkUtility> {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user