diff options
Diffstat (limited to 'src/game/GameModel.cpp')
| -rw-r--r-- | src/game/GameModel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/GameModel.cpp b/src/game/GameModel.cpp index e88a1aa..c897877 100644 --- a/src/game/GameModel.cpp +++ b/src/game/GameModel.cpp @@ -3,12 +3,14 @@ #include "GameView.h" #include "simulation/Simulation.h" #include "simulation/Air.h" +#include "simulation/Tools.h" #include "graphics/Renderer.h" #include "interface/Point.h" #include "Brush.h" #include "EllipseBrush.h" #include "TriangleBrush.h" #include "client/Client.h" +#include "client/GameSave.h" #include "game/DecorationTool.h" #include "GameModelException.h" #include "QuickOptions.h" |
