mirror of
https://github.com/decompals/wibo.git
synced 2025-10-16 15:15:10 +00:00
10 lines
117 B
C++
10 lines
117 B
C++
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
namespace kernel32 {
|
|
|
|
BOOL WIN_FUNC IsDebuggerPresent();
|
|
|
|
} // namespace kernel32
|