7 lines
119 B
C
7 lines
119 B
C
|
#pragma once
|
||
|
|
||
|
#include <windows.h>
|
||
|
|
||
|
#include "board/usio.h"
|
||
|
|
||
|
HRESULT sao_usio_hook_init(const struct usio_config *cfg);
|