#ifndef WXHELPER_WXHELPER_H_ #define WXHELPER_WXHELPER_H_ #include #include "singleton.h" namespace wxhelper { class WxHelper : public base::Singleton{ public: void init(HMODULE module); void finally(); }; } #endif