forked from TeamTofuShop/segatools
mu3: added lights hook
This commit is contained in:
15
mu3io/pipeimpl.h
Normal file
15
mu3io/pipeimpl.h
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
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);
|
Reference in New Issue
Block a user