refactor GameVersion and QuestScriptVersion into a single enum
This commit is contained in:
@@ -621,7 +621,7 @@ struct ChallengeTemplateDefinition {
|
||||
std::vector<TechLevel> tech_levels;
|
||||
};
|
||||
|
||||
const ChallengeTemplateDefinition& get_challenge_template_definition(GameVersion version, uint32_t class_flags, size_t index);
|
||||
const ChallengeTemplateDefinition& get_challenge_template_definition(Version version, uint32_t class_flags, size_t index);
|
||||
|
||||
struct SymbolChat {
|
||||
// Bits: ----------------------DMSSSCCCFF
|
||||
|
||||
Reference in New Issue
Block a user