Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5153 in orxonox.OLD for trunk/src/defs/functor_list.h


Ignore:
Timestamp:
Aug 27, 2005, 1:48:59 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: up to 5 arguments are now able to be parsed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/defs/functor_list.h

    r5145 r5153  
    104104
    105105#ifdef FUNCTOR_LIST
    106   FUNCTOR_LIST(0)()
     106  FUNCTOR_LIST(0)();
    107107  //! makes functions with one string
    108108  FUNCTOR_LIST(1)(l_STRING);
Note: See TracChangeset for help on using the changeset viewer.