git repos / blockattack-game

commit 607bd2a1

Poul Sander · 2023-11-29 20:08
607bd2a1a1f219b1c9acd67a3f404410b6c4ed6c patch · browse files
parent 016b3bf01319b76ee1feedd695bb1c2d83be72fd

Removed ExplosionManager from the global include

Changed files

M source/code/BlockGameSdl.hpp before
M source/code/global.hpp before
M source/code/main.cpp before
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 <fstream>
#include "levelselect.hpp"
+#include "ExplosionManager.hpp"
+
/*******************************************************************************
* All variables and constant has been moved to mainVars.inc for the overview. *
*******************************************************************************/