aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/LAN.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2019-02-21 01:32:28 +0100
committerArisotura <thetotalworm@gmail.com>2019-02-21 01:32:28 +0100
commit2d41291ee936212165cf80de5a5e898711624ef6 (patch)
treea35dfd79a96e69d1c90a30773bc74937bc91363c /src/libui_sdl/LAN.h
parent2340be886cd9aa3dc01469c7ea8a110cfe5a104e (diff)
pack your shit, kids, we're moving
Diffstat (limited to 'src/libui_sdl/LAN.h')
-rw-r--r--src/libui_sdl/LAN.h3
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();
}