25 #ifndef ENGINES_NWN_CONSOLE_H 26 #define ENGINES_NWN_CONSOLE_H 49 typedef std::map<Common::UString, int, Common::UString::iless>
CampaignMap;
88 #endif // ENGINES_NWN_CONSOLE_H
std::vector< Common::UString > _campaigns
All known campaigns modules.
void cmdListMusic(const CommandLine &cl)
void cmdLoadModule(const CommandLine &cl)
void cmdPlayMusic(const CommandLine &cl)
void cmdListCampaigns(const CommandLine &cl)
void cmdListAreas(const CommandLine &cl)
void cmdExitModule(const CommandLine &cl)
std::vector< Common::UString > _music
All known music resources.
void cmdLoadCampaign(const CommandLine &cl)
Generic Aurora engines (debug) console.
Low-level type definitions to handle fixed width types portably.
void cmdStopMusic(const CommandLine &cl)
CampaignMap _campaignModules
Mapping campaign module file -> campaign module name.
void cmdListModules(const CommandLine &cl)
Console(NWNEngine &engine)
std::map< Common::UString, int, Common::UString::iless > CampaignMap
void cmdGotoArea(const CommandLine &cl)
std::vector< Common::UString > _modules
All known modules.