Quilting-lw/machine/error.h
2026-01-23 16:37:18 +08:00

12 lines
132 B
C

#ifndef ERROR_H
#define ERROR_H
#include <QString>
#include "comm/typedef.h"
QString getErrStr(u32 code);
#endif // ERROR_H