Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5142 in orxonox.OLD for trunk/src/defs


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

orxonox/trunk: more elaborate version
now the command Structure is
SingletonClass function [parameters]

File:
1 edited

Legend:

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

    r5137 r5142  
    2828#ifndef __FUNCTOR_PARAMETERS__
    2929#define __FUNCTOR_PARAMETERS__
     30
     31//! defines the maximum count of arguments function pointers might have
     32#define FUNCTOR_MAX_ARGUMENTS                5
    3033
    3134typedef enum ParameterType
Note: See TracChangeset for help on using the changeset viewer.