mirror of
https://github.com/wiiu-env/haxchi.git
synced 2024-11-16 21:29:17 +01:00
7 lines
58 B
C
7 lines
58 B
C
|
#ifndef _IPC_H_
|
||
|
#define _IPC_H_
|
||
|
|
||
|
void ipc_init();
|
||
|
|
||
|
#endif
|