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