#ifndef BS_CONSTANTS_H #define BS_CONSTANTS_H class BSConstants { public: static int MAX_LEVEL = 50; public: BSConstants() {} }; #endif