25 #ifndef ENGINES_NWN2_NWN2_H 26 #define ENGINES_NWN2_NWN2_H 50 std::vector<Aurora::Language> &languages)
const;
89 #endif // ENGINES_NWN2_NWN2_H
Generic engine interface.
A class holding an UTF-8 string.
Common::ScopedPtr< Game > _game
A simple scoped smart pointer template.
void initResources(LoadProgress &progress)
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.
Aurora::Language _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.
Game & getGame()
Return the context running the actual game.
bool getLanguage(Aurora::Language &language) const
Return the game's current language.
bool changeLanguage()
Change the game's current language.