fceugx/source/networkop.h
2021-01-06 12:13:49 -08:00

19 lines
388 B
C

/****************************************************************************
* FCE Ultra
* Nintendo Wii/Gamecube Port
*
* Tantric 2008-2021
*
* networkop.h
*
* Network and SMB support routines
****************************************************************************/
#ifndef _NETWORKOP_H_
#define _NETWORKOP_H_
;
bool ConnectShare (bool silent);
void CloseShare();
#endif