From 3b07da3a9794bc594a9710a15b852434bc5e150d Mon Sep 17 00:00:00 2001 From: StapleButter Date: Fri, 12 May 2017 00:48:42 +0200 Subject: attempt at actually sending packets. into the void for now. --- src/Platform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Platform.h') diff --git a/src/Platform.h b/src/Platform.h index 91eb947..3e0b376 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -26,8 +26,8 @@ namespace Platform bool MP_Init(); void MP_DeInit(); -int MP_SendPacket(u8* data, int len, int rate); -int MP_RecvPacket(u8* data, bool block, int* rate); +int MP_SendPacket(u8* data, int len); +int MP_RecvPacket(u8* data, bool block); } -- cgit v1.2.3