test: use the mixin design a little more

This commit is contained in:
skypjack
2026-03-03 10:10:46 +01:00
parent 3cf061201a
commit 6b8fe4deff
33 changed files with 26 additions and 62 deletions

View File

@@ -2,7 +2,6 @@
#include <entt/entity/mixin.hpp>
#include <entt/entity/registry.hpp>
#include <entt/entity/view.hpp>
#include "../../../common/boxed_type.h"
#include "../../../common/value_type.h"
CR_EXPORT int cr_main(cr_plugin *ctx, cr_op operation) {