Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 15, 2008, 10:54:25 AM (16 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/ArgumentCompletionListElement.h

    r1505 r1784  
    3535#include <list>
    3636
    37 #define ACL_MODE_NORMAL    1
    38 #define ACL_MODE_LOWERCASE 2
    39 #define ACL_MODE_DISPLAY   4
    4037
    4138namespace orxonox
    4239{
     40    const int ACL_MODE_NORMAL    = 1;
     41    const int ACL_MODE_LOWERCASE = 2;
     42    const int ACL_MODE_DISPLAY   = 4;
     43
    4344    typedef std::list<ArgumentCompletionListElement> ArgumentCompletionList;
    4445
Note: See TracChangeset for help on using the changeset viewer.