snes9xgx/source/networkop.h
2022-01-09 09:41:38 -07:00

18 lines
381 B
C

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