!XT (BREAK-16) (Sandbox) Remove double-newlines at the end of files.
[CRYENGINE.git] / Code / Sandbox / Plugins / CryDesigner / UVMappingEditor / UnwrappingTools / CubeUnwrappingTool.h
blobef1759c990f02446d28db02495365a774d6d8b5f
1 // Copyright 2001-2018 Crytek GmbH / Crytek Group. All rights reserved.
3 #pragma once
5 #include "../BaseTool.h"
6 #include "Core/UVIsland.h"
8 namespace Designer {
9 namespace UVMapping
11 class CubeUnwrappingTool : public BaseTool
13 public:
14 CubeUnwrappingTool(EUVMappingTool tool) : BaseTool(tool)
18 void Enter() override;