2018-11-16 00:42:29 +01:00
|
|
|
/*****************************************************************************\
|
|
|
|
Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
|
|
|
|
This file is licensed under the Snes9x License.
|
|
|
|
For further information, consult the LICENSE file in the root directory.
|
|
|
|
\*****************************************************************************/
|
|
|
|
|
2010-09-25 17:46:12 +02:00
|
|
|
#ifndef __GTK_NETPLAY_H
|
|
|
|
#define __GTK_NETPLAY_H
|
|
|
|
|
2020-07-05 00:53:38 +02:00
|
|
|
void S9xNetplayDialogOpen();
|
|
|
|
int S9xNetplayPush();
|
|
|
|
void S9xNetplayPop();
|
|
|
|
int S9xNetplaySyncSpeed();
|
|
|
|
void S9xNetplaySyncClients();
|
|
|
|
void S9xNetplayDisconnect();
|
2010-09-25 17:46:12 +02:00
|
|
|
|
|
|
|
#endif /* __GTK_NETPLAY_H */
|