forked from Dniel97/segatools
8 lines
123 B
C
8 lines
123 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include "platform/config.h"
|
|
|
|
HRESULT clock_hook_init(const struct clock_config *cfg);
|