#pragma once #include #include namespace Contact::Components { struct FT1Participation { entt::dense_set participating; }; } // Contact::Components