micetools/src/micetools/dll/hooks/time.h

8 lines
187 B
C

#pragma once
#include "../common.h"
static BOOL(WINAPI* TrueGetLocalTime)(SYSTEMTIME* lpSystemTime);
static BOOL(WINAPI* TrueGetSystemTime)(SYSTEMTIME* lpSystemTime);
void hook_time();