aboutsummaryrefslogtreecommitdiff
path: root/src/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Platform.h')
-rw-r--r--src/Platform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Platform.h b/src/Platform.h
index 5196d0f..eeb6f9a 100644
--- a/src/Platform.h
+++ b/src/Platform.h
@@ -41,6 +41,9 @@ void MP_DeInit();
int MP_SendPacket(u8* data, int len);
int MP_RecvPacket(u8* data, bool block);
+bool LAN_Init();
+void LAN_DeInit();
+
}
#endif // PLATFORM_H