mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 10:39:18 +01:00
e52829994b
remove update check completely. compatibility fixes for newer devkitppc.
18 lines
373 B
C
18 lines
373 B
C
/****************************************************************************
|
|
* Visual Boy Advance GX
|
|
*
|
|
* Tantric December 2008
|
|
*
|
|
* networkop.h
|
|
*
|
|
* Network and SMB support routines
|
|
****************************************************************************/
|
|
|
|
#ifndef _NETWORKOP_H_
|
|
#define _NETWORKOP_H_
|
|
|
|
bool ConnectShare (bool silent);
|
|
void CloseShare();
|
|
|
|
#endif
|