diff options
Diffstat (limited to 'src/libui_sdl/LAN.h')
-rw-r--r-- | src/libui_sdl/LAN.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libui_sdl/LAN.h b/src/libui_sdl/LAN.h index 47e59c9..8021b31 100644 --- a/src/libui_sdl/LAN.h +++ b/src/libui_sdl/LAN.h @@ -45,6 +45,9 @@ extern int NumAdapters; bool Init(); void DeInit(); +int SendPacket(u8* data, int len); +int RecvPacket(u8* data); + } #endif // LAN_H |