Tenative port for Linux

This commit is contained in:
2015-05-17 09:18:46 +10:00
parent 0bf5ccee4d
commit 99b35483f8
40 changed files with 53 additions and 115 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
#ifndef CLIENTDATA_HPP_
#define CLIENTDATA_HPP_
#include "SDL/SDL_net.h"
#include "SDL_net.h"
#include <chrono>
+1 -1
View File
@@ -26,7 +26,7 @@
#include "server_packet.hpp"
#include "singleton.hpp"
#include "SDL/SDL_net.h"
#include "SDL_net.h"
#include <functional>
#include <list>
-5
View File
@@ -30,8 +30,3 @@ $(OUTDIR):
$(OBJDIR)/%.o: %.cpp
$(CXX) $(CXXFLAGS) -c -o $@ $<
clean:
$(RM) *.o *.a *.exe
rebuild: clean all