diff options
Diffstat (limited to 'src/Wifi.h')
-rw-r--r-- | src/Wifi.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* - Copyright 2016-2017 StapleButter + Copyright 2016-2019 StapleButter This file is part of melonDS. @@ -19,6 +19,8 @@ #ifndef WIFI_H #define WIFI_H +#include "Savestate.h" + namespace Wifi { @@ -146,6 +148,7 @@ extern bool MPInited; bool Init(); void DeInit(); void Reset(); +void DoSavestate(Savestate* file); void StartTX_Beacon(); |