aboutsummaryrefslogtreecommitdiff
path: root/src/Platform.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-05-12 00:48:42 +0200
committerStapleButter <thetotalworm@gmail.com>2017-05-12 00:48:42 +0200
commit3b07da3a9794bc594a9710a15b852434bc5e150d (patch)
tree524064d811ece3d31b13d547d99c4d5e98cf5df2 /src/Platform.h
parent01361f006e9ef6d8fd61e95a8bc3f1ac4d749903 (diff)
attempt at actually sending packets.
into the void for now.
Diffstat (limited to 'src/Platform.h')
-rw-r--r--src/Platform.h4
1 files changed, 2 insertions, 2 deletions
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);
}