fceugx/source/ngc/smbop.h

20 lines
411 B
C
Raw Normal View History

2008-09-02 03:57:21 +02:00
/****************************************************************************
* FCE Ultra 0.98.12
* Nintendo Wii/Gamecube Port
*
* Tantric September 2008
*
* smbop.h
*
* SMB support routines
****************************************************************************/
#ifndef _NGCSMB_
#define _NGCSMB_
2008-09-02 03:57:21 +02:00
void InitializeNetwork(bool silent);
2008-09-02 03:57:21 +02:00
bool ConnectShare (bool silent);
void CloseShare();
2008-10-14 11:21:58 +02:00
2008-09-02 03:57:21 +02:00
#endif