diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2013-03-22 14:14:17 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2013-03-22 14:14:17 (GMT) |
| commit | 9abe51526cac2634af0541c3de69834dd30e9f78 (patch) | |
| tree | 6ae4deadfe00a83094b9d288d8c11d8ce823577a /src/PowderToySDL.cpp | |
| parent | 2c311b9a36a88fadd96f3d39acb1ab2590835d81 (diff) | |
| download | powder-9abe51526cac2634af0541c3de69834dd30e9f78.zip powder-9abe51526cac2634af0541c3de69834dd30e9f78.tar.gz | |
Move all GUI source files into gui/
Diffstat (limited to 'src/PowderToySDL.cpp')
| -rw-r--r-- | src/PowderToySDL.cpp | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/src/PowderToySDL.cpp b/src/PowderToySDL.cpp index 48a77b2..c57b3b9 100644 --- a/src/PowderToySDL.cpp +++ b/src/PowderToySDL.cpp @@ -25,13 +25,6 @@ #endif #include "Format.h" -#include "Style.h" -#include "interface/Engine.h" -#include "interface/Button.h" -#include "interface/Panel.h" -#include "interface/Point.h" -#include "interface/Label.h" -#include "interface/Keys.h" #include "client/GameSave.h" #include "client/SaveFile.h" @@ -39,10 +32,12 @@ #include "client/Client.h" #include "Misc.h" -#include "game/GameController.h" -#include "game/GameView.h" +#include "gui/game/GameController.h" +#include "gui/game/GameView.h" -#include "dialogues/ErrorMessage.h" +#include "gui/dialogues/ErrorMessage.h" +#include "gui/interface/Keys.h" +#include "gui/Style.h" #include "client/HTTP.h" |
