diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-18 11:18:14 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-18 11:18:14 +0100 |
commit | 7bd1ca56bd9bc561d987fce90e0ba52eeb6636d9 (patch) | |
tree | 7101b93da1cf5ce7bfac2bbdce38ac613ce78ef2 /test | |
parent | b65b34a976b586f4e407f7a89567163c85b94aa6 (diff) |
entity: split enum specialization into own header
Diffstat (limited to 'test')
-rw-r--r-- | test/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/entity.cpp b/test/entity.cpp index afec3f7c..2b46cbeb 100644 --- a/test/entity.cpp +++ b/test/entity.cpp @@ -1,6 +1,7 @@ #include "app.hpp" #include "compat/assert.hpp" #include "entity/entity.hpp" +#include "entity/types.hpp" #include <tuple> using namespace floormat; |