Files
FoCAPI/proxy.h

7 lines
136 B
C

#pragma once
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
extern HMODULE g_hRealPowrprof;
bool Proxy_Init();
void Proxy_Shutdown();