#ifndef DEBUG_HPP #define DEBUG_HPP class Debug{ public: static const int level=1; static const size_t ix=0; }; #endif