mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-27 08:13:18 +00:00
fxing test namespace compil error still linkage error (components have been moved)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
using namespace WAL;
|
||||
using namespace BBM;
|
||||
|
||||
TEST_CASE("Create system", "[Engine][System]")
|
||||
{
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
#include "Component/Position/PositionComponent.hpp"
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
using namespace BBM;
|
||||
using namespace WAL;
|
||||
|
||||
TEST_CASE("Component", "[Entity]")
|
||||
|
||||
Reference in New Issue
Block a user