Server runs, but it's far off from being stable again

This commit is contained in:
2015-08-20 23:24:20 +10:00
parent 3d6509b5a5
commit 915660da0e
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
*/
#pragma once
#include "SDL_net.h"
#include "SDL2/SDL_net.h"
#include <chrono>
+1 -1
View File
@@ -25,7 +25,7 @@
#include "server_packet.hpp"
#include "singleton.hpp"
#include "SDL_net.h"
#include "SDL2/SDL_net.h"
#include <functional>
#include <list>