PascalCase
for name and UPPER_CASE
for enumerators, for example:
enum class AmmoSpecialType : uint32_t
{
NONE,
ARMOR_PIERCING,
EXPLOSIVE,
FULL_METAL_JACKET,
HOLLOW_POINT,
INCENDIARY,
TRACER
};
PascalCase
for name and UPPER_CASE
for enumerators, for example:
enum class AmmoSpecialType : uint32_t
{
NONE,
ARMOR_PIERCING,
EXPLOSIVE,
FULL_METAL_JACKET,
HOLLOW_POINT,
INCENDIARY,
TRACER
};