mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2025-01-09 15:31:36 +01:00
16 lines
245 B
C
16 lines
245 B
C
/*
|
|
Pipe implementation for chuniio
|
|
|
|
Credits:
|
|
somewhatlurker, skogaby
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include "mu3io/leddata.h"
|
|
|
|
HRESULT mu3_led_pipe_init();
|
|
void mu3_led_pipe_update(struct _ongeki_led_data_buf_t* data);
|