#ifndef __CONSTANTS_HPP #define __CONSTANTS_HPP #include class Constants { public: static bool useObjectPrefixes, useRealTime, isValidating; static const std::string DEFAULT_LANG; }; #endif // __CONSTANTS_HPP