snes9xgx/source/networkop.h

18 lines
381 B
C
Raw Normal View History

/****************************************************************************
2010-01-27 22:20:37 +00:00
* Snes9x Nintendo Wii/Gamecube Port
*
2018-12-26 16:10:12 -07:00
* Tantric 2008-2019
*
* networkop.h
*
* Network and SMB support routines
****************************************************************************/
#ifndef _NETWORKOP_H_
#define _NETWORKOP_H_
2008-08-12 03:25:16 +00:00
bool ConnectShare (bool silent);
2008-12-18 18:36:30 +00:00
void CloseShare();
2008-10-14 09:21:34 +00:00
#endif