#ifndef CFG_H #define CFG_H void init(); class Cfg { public: Cfg(); }; #endif // CFG_H