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

@@ -1,6 +1,6 @@
#include <cr.h>
#include <entt/locator/locator.hpp>
#include "../../../common/boxed_type.h"
#include "../../../common/value_type.h"
#include "userdata.h"
CR_EXPORT int cr_main(cr_plugin *ctx, cr_op operation) {