Quilting-lw/machine/error.h

12 lines
132 B
C
Raw Normal View History

2026-01-23 08:37:18 +00:00
#ifndef ERROR_H
#define ERROR_H
#include <QString>
#include "comm/typedef.h"
QString getErrStr(u32 code);
#endif // ERROR_H