forked from Hay1tsme/segatools
refactor all common parts and games
This commit is contained in:
15
games/chuniio/pipeimpl.h
Normal file
15
games/chuniio/pipeimpl.h
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
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);
|
Reference in New Issue
Block a user