Adding tests

This commit is contained in:
Zoe Roux
2021-05-17 17:22:09 +02:00
parent 76ccd80df7
commit 68d17cd0a2
9 changed files with 78 additions and 37 deletions

View File

@@ -4,7 +4,7 @@
#include "MovableComponent.hpp"
namespace WAL::Movable
namespace WAL
{
MovableComponent::MovableComponent(Entity &entity)
: Component(entity)