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