Changeset 1436 for code/branches/console/src/core/ConfigFileManager.cc
- Timestamp:
- May 27, 2008, 3:01:49 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/ConfigFileManager.cc
r1435 r1436 42 42 SetConsoleCommandShortcutExtern(reloadConfig); 43 43 SetConsoleCommandShortcutExtern(cleanConfig); 44 SetConsoleCommandShortcutExtern(loadSettings) ;45 SetConsoleCommandShortcutExtern(loadKeybindings) ;44 SetConsoleCommandShortcutExtern(loadSettings).setArgumentCompleter(0, autocompletion::files()); 45 SetConsoleCommandShortcutExtern(loadKeybindings).setArgumentCompleter(0, autocompletion::files()); 46 46 47 47 bool config(const std::string& classname, const std::string& varname, const std::string& value)
Note: See TracChangeset
for help on using the changeset viewer.