segatools/games/chuniio/pipeimpl.h
2025-04-17 19:40:40 +02:00

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);