#pragma once #include "Client.h" #include namespace wind { void handle_ipc_message(os::IPC::ClientConnection& connection, u8 id, void* c); }