wxhelper/src/config.cc

6 lines
120 B
C++
Raw Normal View History

2023-03-31 21:21:35 +08:00
#include "config.h"
namespace wxhelper {
Config::Config(/* args */) {}
Config::~Config() {}
} // namespace wxhelper