13 lines
164 B
C
13 lines
164 B
C
|
#ifndef ERROR_H
|
|||
|
#define ERROR_H
|
|||
|
|
|||
|
#include <QString>
|
|||
|
#include "comm/typedef.h"
|
|||
|
|
|||
|
|
|||
|
QString getErrStr(u32 code);
|
|||
|
QString getPromptStr(u32 code);
|
|||
|
|
|||
|
|
|||
|
#endif // ERROR_H
|