#ifndef WXHELPER_CONFIG_H_ #define WXHELPER_CONFIG_H_ namespace wxhelper{ class Config { private: /* data */ public: Config(/* args */); ~Config(); }; } #endif