*** empty log message ***

This commit is contained in:
diablo-d3
2001-07-23 02:05:46 +00:00
parent e4f05aac39
commit e14ab41cea
25 changed files with 377 additions and 542 deletions

View File

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

View File

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

View File

@@ -80,10 +80,7 @@
// 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 <stdio.h>
#include <time.h>
#include <windows.h>
#include <winsock.h>
#include "../gblhdr.h"
int RecvPtr;
int RecvPtr2;