diff options
Diffstat (limited to 'src/PowderToySDL.cpp')
| -rw-r--r-- | src/PowderToySDL.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/PowderToySDL.cpp b/src/PowderToySDL.cpp index 53f9027..a8bb9a0 100644 --- a/src/PowderToySDL.cpp +++ b/src/PowderToySDL.cpp @@ -20,6 +20,8 @@ #include "interface/ControlFactory.h" #include "interface/Point.h" #include "interface/Label.h" +#include "simulation/SaveRenderer.h" +#include "client/Client.h" #include "game/GameController.h" #include "game/GameView.h" @@ -237,6 +239,7 @@ int main(int argc, char * argv[]) ui::Engine::Ref().CloseWindow(); delete gameController; delete ui::Engine::Ref().g; + Client::Ref().Shutdown(); return 0; } |
