25 #ifndef ENGINES_NWN_NWN_H 26 #define ENGINES_NWN_NWN_H 52 std::vector<Aurora::Language> &languages)
const;
99 #endif // ENGINES_NWN_NWN_H bool getLanguage(Aurora::Language &language) const
Return the game's current language.
Generic engine interface.
A class holding an UTF-8 string.
Common::ScopedPtr< Game > _game
Game & getGame()
Return the context running the actual game.
Aurora::Language _language
void declareBogusTextures()
A simple scoped smart pointer template.
void initResources(LoadProgress &progress)
bool changeLanguage()
Change the game's current language.
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.
A scoped plain pointer, allowing pointer-y access and normal deletion.
Common::ScopedPtr< Version > _version
Basic type definitions to handle files used in BioWare's Aurora engine.
The base class for an engine within BioWare's Aurora family.