aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/mapper/PointMapper.h
blob: 65e2af13cf3a92a802ae70cf04958f7bd8c0dda1 (plain)
1
2
3
4
5
6
7
8
9
#pragma once
#include "Mapper.h"

namespace cru::ui::mapper {
class CRU_UI_API PointMapper : public BasicMapper<Point> {
  CRU_UI_DECLARE_CAN_MAP_FROM_STRING(Point)
  CRU_UI_DECLARE_CAN_MAP_FROM_XML_ELEMENT_TAG(Point, Point)
};
}  // namespace cru::ui::mapper