1
0
Fork 0
x64dbg/x64_dbg_dbg/error.h

7 lines
132 B
C

#ifndef _ERROR_H
#define _ERROR_H
void errorinit();
const char* errornamefromcode(unsigned int ErrorCode);
#endif //_ERROR_H