1
0
Fork 0
x64dbg/x64_dbg_dbg/dbg.h

19 lines
224 B
C

#ifndef __DBG_H__
#define __DBG_H__
#include <windows.h>
#include "_global.h"
#ifdef __cplusplus
extern "C"
{
#endif
void DLL_IMPORT dbg(const char* a);
#ifdef __cplusplus
}
#endif
#endif // __DBG_H__