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
@@ -7,7 +7,7 @@
#include "Runner.hpp"
#include "Models/GameState.hpp"
namespace Bomberman
namespace BBM
{
void updateState(WAL::Wal &engine, GameState &state)
{