qt/LedOK/cfg.h
2022-01-20 10:08:17 +08:00

13 lines
94 B
C++

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