Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Aug 27, 2005, 12:32:41 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: minor cleanup

File:
1 edited

Legend:

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

    r5142 r5143  
    3232#define FUNCTOR_MAX_ARGUMENTS                5
    3333
    34 typedef enum ParameterType
     34typedef enum
    3535{
    3636  ParameterNull,
     
    4343  ParameterLong,
    4444  /* ... */
    45 };
     45} ParameterType;
    4646
    4747
Note: See TracChangeset for help on using the changeset viewer.