spicetools/hooks/debughook.h

17 lines
220 B
C
Raw Permalink Normal View History

2024-08-28 15:10:34 +00:00
#pragma once
#include <windows.h>
#include "util/detour.h"
#include "util/logging.h"
namespace debughook {
// settings
extern bool DEBUGHOOK_LOGGING;
// functions
void attach();
void detach();
}