diff options
| author | crupest <crupest@outlook.com> | 2022-01-19 23:17:49 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-01-19 23:17:49 +0800 |
| commit | 05abe24e4b076b9b9e40132b6504f06ca31bc68b (patch) | |
| tree | aa80bff251643a1c4ff25a1f17bad4f8b2950245 /include/cru/ui/mapper/PointMapper.hpp | |
| parent | 31422f87f729bd35bcebfb277d08b230424e3618 (diff) | |
| download | cru-05abe24e4b076b9b9e40132b6504f06ca31bc68b.tar.gz cru-05abe24e4b076b9b9e40132b6504f06ca31bc68b.tar.bz2 cru-05abe24e4b076b9b9e40132b6504f06ca31bc68b.zip | |
...
Diffstat (limited to 'include/cru/ui/mapper/PointMapper.hpp')
| -rw-r--r-- | include/cru/ui/mapper/PointMapper.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/cru/ui/mapper/PointMapper.hpp b/include/cru/ui/mapper/PointMapper.hpp new file mode 100644 index 00000000..0f7f39fe --- /dev/null +++ b/include/cru/ui/mapper/PointMapper.hpp @@ -0,0 +1,4 @@ +#pragma once +#include "Mapper.hpp" + +namespace cru::ui::mapper {} |
