mirror of
https://github.com/wiiu-env/haxchi.git
synced 2024-11-16 13:19:16 +01:00
a004e5a3fe
updated installer for this new wupserver version
7 lines
58 B
C
7 lines
58 B
C
#ifndef _IPC_H_
|
|
#define _IPC_H_
|
|
|
|
void ipc_init();
|
|
|
|
#endif
|