mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-29 17:02:11 +00:00
Fixing namespace
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "PositionComponent.hpp"
|
||||
|
||||
namespace Bomberman
|
||||
namespace BBM
|
||||
{
|
||||
PositionComponent::PositionComponent(WAL::Entity &entity)
|
||||
: Component(entity),
|
||||
|
||||
Reference in New Issue
Block a user