mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-28 16:50:15 -06:00
get enet going, I guess
still very experimental
This commit is contained in:
@ -24,9 +24,16 @@
|
||||
namespace Netplay
|
||||
{
|
||||
|
||||
extern bool Active;
|
||||
|
||||
bool Init();
|
||||
void DeInit();
|
||||
|
||||
void StartHost();
|
||||
void StartClient();
|
||||
|
||||
void ProcessFrame();
|
||||
|
||||
}
|
||||
|
||||
#endif // NETPLAY_H
|
||||
|
Reference in New Issue
Block a user