mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 06:55:05 +01:00
19 lines
388 B
C
19 lines
388 B
C
/****************************************************************************
|
|
* FCE Ultra
|
|
* Nintendo Wii/Gamecube Port
|
|
*
|
|
* Tantric 2008-2022
|
|
*
|
|
* networkop.h
|
|
*
|
|
* Network and SMB support routines
|
|
****************************************************************************/
|
|
|
|
#ifndef _NETWORKOP_H_
|
|
#define _NETWORKOP_H_
|
|
;
|
|
bool ConnectShare (bool silent);
|
|
void CloseShare();
|
|
|
|
#endif
|