#ifndef DEBUGCONSTANTS_H #define DEBUGCONSTANTS_H const int ciDebugSilentium = 0; const int ciDebugError = 1; const int ciDebugWarning = 2; const int ciDebugNormal = 3; const int ciDebugTalkative = 4; const int ciDebugDebug = 5; #endif // DEBUGCONSTANTS_H