diff options
author | Arisotura <thetotalworm@gmail.com> | 2019-02-21 01:32:28 +0100 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2019-02-21 01:32:28 +0100 |
commit | 2d41291ee936212165cf80de5a5e898711624ef6 (patch) | |
tree | a35dfd79a96e69d1c90a30773bc74937bc91363c /src/libui_sdl/LAN.h | |
parent | 2340be886cd9aa3dc01469c7ea8a110cfe5a104e (diff) |
pack your shit, kids, we're moving
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(); } |