diff --git a/source/code/BlockGameSdl.hpp b/source/code/BlockGameSdl.hpp index b4da2e7..5457945 100644 --- a/source/code/BlockGameSdl.hpp +++ b/source/code/BlockGameSdl.hpp @@ -25,6 +25,7 @@ https://blockattack.net #include "global.hpp" #include "sago/SagoTextField.hpp" #include "BallManager.hpp" +#include "ExplosionManager.hpp" #include "puzzlehandler.hpp" extern BallManager theBallManager; diff --git a/source/code/global.hpp b/source/code/global.hpp index 9e05721..eb9c185 100644 --- a/source/code/global.hpp +++ b/source/code/global.hpp @@ -29,7 +29,6 @@ http://www.blockattack.net #include "highscore.h" #include "sago/GameStateInterface.hpp" #include "TextManager.hpp" -#include "ExplosionManager.hpp" #include "sago/SagoTextField.hpp" #include "sago/SagoTextBox.hpp" #include "ModInfo.hpp" diff --git a/source/code/main.cpp b/source/code/main.cpp index 806c751..7e90f0e 100644 --- a/source/code/main.cpp +++ b/source/code/main.cpp @@ -64,6 +64,8 @@ https://blockattack.net #include #include "levelselect.hpp" +#include "ExplosionManager.hpp" + /******************************************************************************* * All variables and constant has been moved to mainVars.inc for the overview. * *******************************************************************************/