Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 15, 2008, 10:54:25 AM (17 years ago)
Author:
rgrieder
Message:
  • removed obsolete Convert.h includes (possibly from old XML loading)
  • replaced tabs in audio library, plus minor code cleanup because removing the tabs screwed layout
  • replaced all "#define name number" with "const Type name = number" if possible
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/Functor.h

    r1747 r1784  
    3636#include "util/Debug.h"
    3737
    38 #define MAX_FUNCTOR_ARGUMENTS 5
    3938
    4039namespace orxonox
    4140{
     41    const int MAX_FUNCTOR_ARGUMENTS = 5;
     42
    4243    enum FunctionType
    4344    {
Note: See TracChangeset for help on using the changeset viewer.