snes9xgx/source/ngc/smbop.h

21 lines
443 B
C
Raw Normal View History

/****************************************************************************
* Snes9x 1.51 Nintendo Wii/Gamecube Port
*
* softdev July 2006
* crunchy2 May 2007
* Tantric August 2008
*
* smbload.h
*
* SMB support routines
****************************************************************************/
#ifndef _NGCSMB_
#define _NGCSMB_
2008-12-18 19:36:30 +01:00
void InitializeNetwork(bool silent);
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