get enet going, I guess

still very experimental
This commit is contained in:
Arisotura
2023-03-23 14:29:16 +01:00
parent ed32edf683
commit 1d135bc0a5
4 changed files with 127 additions and 0 deletions

View File

@ -24,9 +24,16 @@
namespace Netplay
{
extern bool Active;
bool Init();
void DeInit();
void StartHost();
void StartClient();
void ProcessFrame();
}
#endif // NETPLAY_H