- Timestamp:
- Aug 28, 2010, 1:51:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/TclBind.cc
r7228 r7236 44 44 namespace orxonox 45 45 { 46 _SetConsoleCommand("tcl", &TclBind::tcl);47 _SetConsoleCommand("bgerror", &TclBind::bgerror);46 SetConsoleCommand("tcl", &TclBind::tcl); 47 SetConsoleCommand("bgerror", &TclBind::bgerror); 48 48 49 49 TclBind* TclBind::singletonPtr_s = 0;
Note: See TracChangeset
for help on using the changeset viewer.