Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/orxonox/core/DebugLevel.h @ 561

Last change on this file since 561 was 561, checked in by landauf, 16 years ago

stupid svn! added missing files

File size: 340 bytes
Line 
1#ifndef _DebugLevel_H__
2#define _DebugLevel_H__
3
4#include "OrxonoxClass.h"
5
6namespace orxonox
7{
8    class DebugLevel : public OrxonoxClass
9    {
10        public:
11            DebugLevel();
12            static int getSoftDebugLevel();
13
14        private:
15            static int softDebugLevel_s;
16    } myDebugObject;
17}
18
19#endif
Note: See TracBrowser for help on using the repository browser.