1
0
Fork 0
x64dbg/x64_dbg_dbg/error.h

4 lines
91 B
C

#pragma once
void ErrorCodeInit();
const char* ErrorCodeToName(unsigned int ErrorCode);