mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 06:45:05 +00:00
10 lines
114 B
C++
10 lines
114 B
C++
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
namespace kernel32 {
|
|
|
|
BOOL WINAPI IsDebuggerPresent();
|
|
|
|
} // namespace kernel32
|