OpenMoHAA 0.82.0
Loading...
Searching...
No Matches
gt2Utility.h
1/*
2GameSpy GT2 SDK
3Dan "Mr. Pants" Schoenblum
4dan@gamespy.com
5
6Copyright 2002 GameSpy Industries, Inc
7
8devsupport@gamespy.com
9*/
10
11#ifndef _GT2_UTILITY_H_
12#define _GT2_UTILITY_H_
13
14#include "gt2Main.h"
15
16void gti2MessageCheck(const GT2Byte ** message, int * len);
17
18#ifdef RECV_LOG
19void gti2LogMessage
20(
21 unsigned int fromIP, unsigned short fromPort,
22 unsigned int toIP, unsigned short toPort,
23 const GT2Byte * message, int len
24);
25#endif
26
27
28#endif