#ifndef VERBOSE_H_ #define VERBOSE_H_ extern bool SILENT; inline void SetSilent(bool s) { SILENT = s; } #endif