- Timestamp:
- Aug 26, 2010, 12:09:12 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/Core.cc
r7207 r7219 66 66 #include "Language.h" 67 67 #include "LuaState.h" 68 #include "command/Co mmandExecutor.h"68 #include "command/ConsoleCommand.h" 69 69 #include "command/IOConsole.h" 70 70 #include "command/TclBind.h" … … 88 88 : identifierDestroyer_(Identifier::destroyAllIdentifiers) 89 89 // Cleanup guard for external console commands that don't belong to an Identifier 90 , consoleCommandDestroyer_( CommandExecutor::destroyExternalCommands)90 , consoleCommandDestroyer_(_ConsoleCommand::destroyAll) 91 91 , bGraphicsLoaded_(false) 92 92 , bStartIOConsole_(true)
Note: See TracChangeset
for help on using the changeset viewer.