vbagx/source/networkop.h

18 lines
373 B
C
Raw Normal View History

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