Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 25, 2011, 11:53:17 PM (13 years ago)
Author:
landauf
Message:

removed Debug.h and OutputHandler. removed test namespace from new output system.
doesn't compile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/output/src/libraries/util/Output.h

    r8779 r8787  
    3535namespace orxonox
    3636{
    37 namespace test
    38 {
    3937    // Just for convenience
    4038    using std::endl;
     
    5351    }
    5452}
    55 }
     53
     54#define COUT(level) orxonox::orxout()
     55#define DOUT orxonox::orxout()
    5656
    5757#endif /* _Output_H__ */
Note: See TracChangeset for help on using the changeset viewer.