/* Pipe implementation for chuniio Credits: somewhatlurker, skogaby */ #pragma once #include #include "mu3io/leddata.h" HRESULT mu3_led_pipe_init(); void mu3_led_pipe_update(struct _ongeki_led_data_buf_t* data);