fix ContentPack enums formatting

This commit is contained in:
MihailRis
2025-09-14 12:59:09 +03:00
parent f44747587f
commit 53e1528d5c
6 changed files with 25 additions and 25 deletions
+5 -5
View File
@@ -26,14 +26,14 @@ public:
};
enum class DependencyVersionOperator {
equal, more, less,
more_or_equal, less_or_equal
EQUAL, GREATHER, LESS,
GREATHER_OR_EQUAL, LESS_OR_EQUAL
};
enum class DependencyLevel {
required, // dependency must be installed
optional, // dependency will be installed if found
weak, // only affects packs order
REQUIRED, // dependency must be installed
OPTIONAL, // dependency will be installed if found
WEAK, // only affects packs order
};
/// @brief Content-pack that should be installed earlier the dependent