#ifndef __BLOP_GLOBAL_H__ #define __BLOP_GLOBAL_H__ namespace blop { namespace global { extern int debug; } } #endif