summaryrefslogtreecommitdiff
path: root/src/PowderToy.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-19 13:44:59 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-19 13:44:59 (GMT)
commit44639a6423c03552a3c0faafab27ef8f395f73a6 (patch)
tree1a4fc49a56060759fcbec6f18e9159cf126e8606 /src/PowderToy.cpp
parent4a60b97c700c2f1843b7e99313554cb89fb5da4e (diff)
downloadpowder-44639a6423c03552a3c0faafab27ef8f395f73a6.zip
powder-44639a6423c03552a3c0faafab27ef8f395f73a6.tar.gz
Some folder changes, started search and client
Diffstat (limited to 'src/PowderToy.cpp')
-rw-r--r--src/PowderToy.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/PowderToy.cpp b/src/PowderToy.cpp
index cf7d804..0ee1648 100644
--- a/src/PowderToy.cpp
+++ b/src/PowderToy.cpp
@@ -6,10 +6,7 @@
#include <string>
#include "Config.h"
#include "Global.h"
-#include "Simulation.h"
-#include "Renderer.h"
#include "Graphics.h"
-#include "Air.h"
#include "interface/Engine.h"
#include "interface/Button.h"
@@ -22,6 +19,8 @@
#include "game/GameController.h"
#include "game/GameView.h"
+#include "client/HTTP.h"
+
using namespace std;
SDL_Surface * SDLOpen()