vbagx/source/networkop.h

18 lines
373 B
C
Raw Normal View History

/****************************************************************************
2008-09-17 02:27:55 +00:00
* Visual Boy Advance GX
*
2008-12-24 07:52:35 +00:00
* Tantric December 2008
*
2008-12-24 07:52:35 +00:00
* networkop.h
*
2008-12-24 07:52:35 +00:00
* Network and SMB support routines
****************************************************************************/
2008-12-24 07:52:35 +00:00
#ifndef _NETWORKOP_H_
#define _NETWORKOP_H_
bool ConnectShare (bool silent);
2008-12-18 18:58:30 +00:00
void CloseShare();
#endif