aight, wifi done

This commit is contained in:
StapleButter
2018-10-18 03:22:53 +02:00
parent f51e1ec805
commit 20862b7daf
3 changed files with 38 additions and 1 deletions

View File

@ -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();