Refactor folder structure
This commit is contained in:
11
src/ThridParty/Ghost.Nvtt/NvttCubeLayout.cs
Normal file
11
src/ThridParty/Ghost.Nvtt/NvttCubeLayout.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Ghost.Nvtt
|
||||
{
|
||||
public enum NvttCubeLayout
|
||||
{
|
||||
NVTT_CubeLayout_VerticalCross,
|
||||
NVTT_CubeLayout_HorizontalCross,
|
||||
NVTT_CubeLayout_Column,
|
||||
NVTT_CubeLayout_Row,
|
||||
NVTT_CubeLayout_LatitudeLongitude,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user