Fixing namespace

This commit is contained in:
Zoe Roux
2021-05-24 17:15:24 +02:00
parent 22f61db1b3
commit 6deade8ddc
13 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#include <Scene/Scene.hpp>
namespace Bomberman
namespace BBM
{
//! @brief A class representing the current game state. This allow one to retain information between update calls.
class GameState