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