Files
2025-05-07 00:25:31 +09:00

7 lines
105 B
C++

#pragma once
namespace nvapi_hook {
extern bool BYPASS_NVAPI;
void initialize(HINSTANCE dll);
}