testbed: cleanup

This commit is contained in:
skypjack
2025-05-16 09:43:54 +02:00
parent 4ee86d8456
commit 42f4d28715

View File

@@ -2,15 +2,12 @@
#include <component/position_component.h>
#include <component/rect_component.h>
#include <component/renderable_component.h>
#include <entt/core/hashed_string.hpp>
#include <entt/meta/factory.hpp>
#include <meta/meta.h>
namespace testbed {
void meta_setup() {
using namespace entt::literals;
entt::meta_factory<input_listener_component>()
.type("input listener")
.data<&input_listener_component::command>("command");