nngn
|
#include "entity_test.h"
#include <cstring>
#include "entity.h"
#include "collision/colliders.h"
#include "timing/timing.h"
#include "tests/tests.h"
Macros | |
#define | T(f0, f1, f2) QTest::newRow(#f0 ", " #f1 ", " #f2) << +f0 << +f1 << +f2; |
Typedefs | |
using | ParentTestFn = void(Entity*, Entity*, nngn::Collider*) |
#define T | ( | f0, | |
f1, | |||
f2 ) QTest::newRow(#f0 ", " #f1 ", " #f2) << +f0 << +f1 << +f2; |
using ParentTestFn = void(Entity*, Entity*, nngn::Collider*) |