snes9xgx/source/networkop.h

18 lines
381 B
C
Raw Normal View History

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