added being able to create a host on the game server now need to work on joining that game

This commit is contained in:
2026-02-06 16:36:13 -06:00
parent 468ab94aa7
commit b2fa3052f3
23 changed files with 432 additions and 326 deletions

View File

@@ -16,10 +16,9 @@ packet msg;
int main(void)
{
IPaddress ip;
TCPsocket sock;
int ret = 0;
SDL_Init(0);