#pragma once #include "Mapper.h" #include namespace cru::ui::mapper { class CRU_UI_API CursorMapper : public BasicSharedPtrMapper { CRU_UI_DECLARE_CAN_MAP_FROM_STRING(std::shared_ptr) CRU_UI_DECLARE_CAN_MAP_FROM_XML_ELEMENT_TAG( Cursor, std::shared_ptr) }; } // namespace cru::ui::mapper