cleanups, warning fixes
[fceu.git] / netplay.h
1 #ifdef NETWORK
2 int InitNetplay(void);
3 void KillNetplay(void);
4 void NetplayUpdate(uint16 *JS1, uint16 *JS2);
5
6 extern int netplay;
7 #endif