mirror of
https://github.com/ttttupup/wxhelper.git
synced 2025-08-02 22:07:35 +08:00
6 lines
120 B
C++
6 lines
120 B
C++
#include "config.h"
|
|
namespace wxhelper {
|
|
Config::Config(/* args */) {}
|
|
|
|
Config::~Config() {}
|
|
} // namespace wxhelper
|