diff options
Diffstat (limited to 'src/Platform.h')
-rw-r--r-- | src/Platform.h | 3 |
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 |