Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5644 in orxonox.OLD for trunk/src/lib


Ignore:
Timestamp:
Nov 19, 2005, 5:08:53 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: better loadparam start and end-cycle.

Location:
trunk/src/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_command_class.cc

    r5642 r5644  
    221221}
    222222
     223/**
     224 * displays help about ShellCommandClass
     225 * @param className: the Class of Commands to show help about
     226 */
    223227void ShellCommandClass::help(const char* className)
    224228{
  • trunk/src/lib/util/multi_type.h

    r5643 r5644  
    2222  MT_EXT1            = 32,                 //!< An external Type.
    2323  MT_EXT2            = 64,                 //!< An external Type.
    24 
    2524} MT_Type;
    2625
Note: See TracChangeset for help on using the changeset viewer.