mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2024-11-14 08:07:37 +01:00
16 lines
238 B
C
16 lines
238 B
C
/*
|
|
Pipe implementation for chuniio
|
|
|
|
Credits:
|
|
somewhatlurker, skogaby
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include "chuniio/leddata.h"
|
|
|
|
HRESULT led_pipe_init();
|
|
void led_pipe_update(struct _chuni_led_data_buf_t* data);
|