mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-21 18:19:16 +01:00
18 lines
369 B
C
18 lines
369 B
C
/****************************************************************************
|
|
* Visual Boy Advance GX
|
|
*
|
|
* Tantric 2008-2023
|
|
*
|
|
* networkop.h
|
|
*
|
|
* Network and SMB support routines
|
|
****************************************************************************/
|
|
|
|
#ifndef _NETWORKOP_H_
|
|
#define _NETWORKOP_H_
|
|
|
|
bool ConnectShare (bool silent);
|
|
void CloseShare();
|
|
|
|
#endif
|