diff options
Diffstat (limited to 'src/Platform.h')
-rw-r--r-- | src/Platform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Platform.h b/src/Platform.h index 6f2e252..91eb947 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -26,6 +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); } |