#ifndef ENTT_LIB_LOCATOR_PLUGIN_USERDATA_H #define ENTT_LIB_LOCATOR_PLUGIN_USERDATA_H #include #include "../../../common/boxed_type.h" struct userdata { entt::locator::node_type handle{}; int value{}; }; #endif