vbagx/source/ngc/smbop.h
2008-12-18 18:58:30 +00:00

19 lines
387 B
C

/****************************************************************************
* Visual Boy Advance GX
*
* Tantric September 2008
*
* smbload.h
*
* SMB support routines
****************************************************************************/
#ifndef _NGCSMB_
#define _NGCSMB_
void InitializeNetwork(bool silent);
bool ConnectShare (bool silent);
void CloseShare();
#endif