mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 14:50:41 -07:00
7 lines
105 B
C++
7 lines
105 B
C++
#pragma once
|
|
|
|
namespace nvapi_hook {
|
|
extern bool BYPASS_NVAPI;
|
|
void initialize(HINSTANCE dll);
|
|
}
|