mirror of
https://github.com/zs-yg/kortapp-z.git
synced 2025-12-06 16:10:42 +08:00
10 lines
164 B
C
10 lines
164 B
C
#ifndef ERROR_H
|
|
#define ERROR_H
|
|
|
|
#include "../include/memory_trainer.h"
|
|
|
|
// 获取错误描述
|
|
const wchar_t* get_error_message(ErrorCode code);
|
|
|
|
#endif // ERROR_H
|