mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-09-02 11:33:28 +00:00
36 lines
738 B
C++
36 lines
738 B
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: EditorStyle
|
|
|
|
#include "Basic.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Enum EditorStyle.EColorVisionDeficiency
|
|
// NumValues: 0x0009
|
|
enum class EColorVisionDeficiency : uint8
|
|
{
|
|
CVD_NormalVision = 0,
|
|
CVD_Deuteranomly = 1,
|
|
CVD_Deuteranopia = 2,
|
|
CVD_Protanomly = 3,
|
|
CVD_Protanopia = 4,
|
|
CVD_Tritanomaly = 5,
|
|
CVD_Tritanopia = 6,
|
|
CVD_Achromatopsia = 7,
|
|
CVD_MAX = 8,
|
|
};
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|