refactor(*): make type alias identifiers conform to the style for general type identifiers
This commit is contained in:
@ -14,6 +14,8 @@ NAMESPACE_REDCRAFT_BEGIN
|
||||
NAMESPACE_MODULE_BEGIN(Redcraft)
|
||||
NAMESPACE_MODULE_BEGIN(Utility)
|
||||
|
||||
// ReSharper disable CppInconsistentNaming
|
||||
|
||||
// Platform information macro
|
||||
|
||||
#ifndef PLATFORM_NAME
|
||||
@ -527,6 +529,8 @@ NAMESPACE_PRIVATE_END
|
||||
#define U32TEXT(X) U32TEXT_PASTE(X)
|
||||
#define UNICODETEXT(X) U32TEXT_PASTE(X)
|
||||
|
||||
// ReSharper restore CppInconsistentNaming
|
||||
|
||||
NAMESPACE_MODULE_END(Utility)
|
||||
NAMESPACE_MODULE_END(Redcraft)
|
||||
NAMESPACE_REDCRAFT_END
|
||||
|
Reference in New Issue
Block a user