|
Bomberman
|
#include "Entity/Entity.hpp"#include "Component/Position/PositionComponent.hpp"#include <catch2/catch.hpp>#include <Wal.hpp>#include "System/Controllable/ControllableSystem.hpp"#include "System/Movable/MovableSystem.hpp"#include <Component/Controllable/ControllableComponent.hpp>#include <Component/Movable/MovableComponent.hpp>#include <Component/Speed/SpeedComponent.hpp>Macros | |
| #define | private public |
Functions | |
| TEST_CASE ("Move test", "[Component][System]") | |
| #define private public |
| TEST_CASE | ( | "Move test" | , |
| "" | [Component][System] | ||
| ) |
1.8.17