Removed global header from DOS/Windows port

This commit is contained in:
pagefault
2001-07-23 03:24:33 +00:00
parent b6b4169e16
commit 5022a2e8bb
11 changed files with 456 additions and 156 deletions

View File

@@ -80,7 +80,10 @@
// only be done if the requested packet is within the past 64 packets.
// In-game chat will be moved to a separate packet in TCP/IP
#include "../gblhdr.h"
#include <stdio.h>
#include <time.h>
#include <windows.h>
#include <winsock.h>
int RecvPtr;
int RecvPtr2;