diff options
Diffstat (limited to 'src/libui_sdl/LAN.h')
-rw-r--r-- | src/libui_sdl/LAN.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libui_sdl/LAN.h b/src/libui_sdl/LAN.h index 3f40828..47e59c9 100644 --- a/src/libui_sdl/LAN.h +++ b/src/libui_sdl/LAN.h @@ -38,6 +38,10 @@ typedef struct } AdapterData; +extern AdapterData* Adapters; +extern int NumAdapters; + + bool Init(); void DeInit(); |