1
0
Fork 0
x64dbg/x64_dbg_dbg/exception.h

7 lines
157 B
C

#ifndef _EXCEPTION_H
#define _EXCEPTION_H
void exceptioninit();
const char* exceptionnamefromcode(unsigned int ExceptionCode);
#endif //_EXCEPTIONS_H