25 #ifndef ENGINES_KOTOR2_KOTOR2_H 26 #define ENGINES_KOTOR2_KOTOR2_H 49 std::vector<Aurora::Language> &languages)
const;
88 #endif // ENGINES_KOTOR2_KOTOR2_H
bool detectLanguages(Aurora::GameID game, const Common::UString &target, Aurora::Platform platform, std::vector< Aurora::Language > &languages) const
Detect which languages this game instance supports.
Generic engine interface.
A class holding an UTF-8 string.
void initResources(LoadProgress &progress)
A simple scoped smart pointer template.
Game & getGame()
Return the context running the actual game.
bool changeLanguage()
Change the game's current language.
Aurora::Language _language
bool getLanguage(Aurora::Language &language) const
Return the game's current language.
A scoped plain pointer, allowing pointer-y access and normal deletion.
Basic type definitions to handle files used in BioWare's Aurora engine.
The base class for an engine within BioWare's Aurora family.
Common::ScopedPtr< Game > _game