Make clock hook configurable

This commit is contained in:
Tau
2019-10-14 23:18:18 -04:00
parent 6bdd1f90bc
commit e918795445
13 changed files with 103 additions and 37 deletions

7
platform/clock.h Normal file
View File

@ -0,0 +1,7 @@
#pragma once
#include <windows.h>
#include "platform/config.h"
HRESULT clock_hook_init(const struct clock_config *cfg);