diff --git a/libcockatrice_card/libcockatrice/card/card_localization.h b/libcockatrice_card/libcockatrice/card/card_localization.h index e6127283d..785aaa527 100644 --- a/libcockatrice_card/libcockatrice/card/card_localization.h +++ b/libcockatrice_card/libcockatrice/card/card_localization.h @@ -4,6 +4,16 @@ #include #include +/** + * @brief The card languages card search should run against. + */ +enum class SearchLanguageMode +{ + English, ///< Only search the English card names and texts. + Selected, ///< Search the selected card language (untranslated cards still match in English). + Both ///< Search both the English and the selected card language names and texts. +}; + /** * @namespace CardLocalization * @ingroup Cards @@ -15,16 +25,6 @@ * imports the selected language's card data) and the client settings UI (which * offers the language choice). */ -/** - * @brief The card languages card search should run against. - */ -enum class SearchLanguageMode -{ - English, ///< Only search the English card names and texts. - Selected, ///< Search the selected card language (untranslated cards still match in English). - Both ///< Search both the English and the selected card language names and texts. -}; - namespace CardLocalization { /**