mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 06:40:42 -07:00
8 lines
136 B
C++
8 lines
136 B
C++
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
namespace hooks::sleep {
|
|
void init(DWORD ms_max, DWORD ms_replace, HMODULE module = nullptr);
|
|
}
|