Changeset 8837 for code/branches/output/src/libraries/core/command/Shell.cc
- Timestamp:
- Aug 13, 2011, 9:41:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/output/src/libraries/core/command/Shell.cc
r8836 r8837 47 47 #include "core/input/InputBuffer.h" 48 48 #include "CommandExecutor.h" 49 #include "ConsoleCommand.h"50 49 51 50 namespace orxonox 52 51 { 53 #pragma message(__FILE__ "("BOOST_PP_STRINGIZE(__LINE__)") : Warning: TODO: add commands again, inspect tcl support (and remove boost include)")54 // SetConsoleCommand("log", OutputHandler::log );55 // SetConsoleCommand("error", OutputHandler::error ).hide();56 // SetConsoleCommand("warning", OutputHandler::warning).hide();57 // SetConsoleCommand("info", OutputHandler::info ).hide();58 // SetConsoleCommand("debug", OutputHandler::debug ).hide();59 60 52 unsigned int Shell::cacheSize_s; 61 53
Note: See TracChangeset
for help on using the changeset viewer.