nngn
Loading...
Searching...
No Matches
entity_test.cpp File Reference
#include "entity_test.h"
#include <cstring>
#include "entity.h"
#include "collision/colliders.h"
#include "timing/timing.h"
#include "tests/tests.h"
Include dependency graph for entity_test.cpp:

Macros

#define T(f0, f1, f2)   QTest::newRow(#f0 ", " #f1 ", " #f2) << +f0 << +f1 << +f2;
 

Typedefs

using ParentTestFn = void(Entity *, Entity *, nngn::Collider *)
 

Macro Definition Documentation

◆ T

#define T (   f0,
  f1,
  f2 
)    QTest::newRow(#f0 ", " #f1 ", " #f2) << +f0 << +f1 << +f2;

Typedef Documentation

◆ ParentTestFn