mirror of
https://github.com/wiiu-env/MochaLite.git
synced 2024-11-01 02:25:10 +01:00
7 lines
58 B
C
7 lines
58 B
C
|
#ifndef _IPC_H_
|
||
|
#define _IPC_H_
|
||
|
|
||
|
void ipc_init();
|
||
|
|
||
|
#endif
|