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

@@ -16,7 +16,7 @@
//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include "../gblhdr.h"
#include <windows.h>
void ipx_init(){};
void sendpacket(){};

View File

@@ -16,7 +16,14 @@
//Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include "../gblhdr.h"
#include <windows.h>
#include <stdio.h>
#include <ctype.h>
#include <direct.h>
#include <winuser.h>
#include <dinput.h>
#include <dsound.h>
extern void ImportDirectX(void);

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;