diff options
Diffstat (limited to 'src/libui_sdl/LAN.h')
-rw-r--r-- | src/libui_sdl/LAN.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libui_sdl/LAN.h b/src/libui_sdl/LAN.h index d2de0cf..3f40828 100644 --- a/src/libui_sdl/LAN.h +++ b/src/libui_sdl/LAN.h @@ -38,7 +38,8 @@ typedef struct } AdapterData; -// function shito here +bool Init(); +void DeInit(); } |