#pragma once namespace engine { struct UIElementComponent { int n; }; }