OpenMoHAA
0.82.0
Loading...
Searching...
No Matches
gt2Auth.h
1
/*
2
GameSpy GT2 SDK
3
Dan "Mr. Pants" Schoenblum
4
dan@gamespy.com
5
6
Copyright 2002 GameSpy Industries, Inc
7
8
devsupport@gamespy.com
9
*/
10
11
#ifndef _GT2_AUTH_H_
12
#define _GT2_AUTH_H_
13
14
#define GTI2_CHALLENGE_LEN 32
15
#define GTI2_RESPONSE_LEN 32
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
21
GT2Byte * gti2GetChallenge
22
(
23
GT2Byte * buffer
24
);
25
26
GT2Byte * gti2GetResponse
27
(
28
GT2Byte * buffer,
29
const
GT2Byte * challenge
30
);
31
32
GT2Bool gti2CheckResponse
33
(
34
const
GT2Byte * response1,
35
const
GT2Byte * response2
36
);
37
38
#ifdef __cplusplus
39
}
40
#endif
41
42
#endif
code
gamespy
gt2
gt2Auth.h
Generated by
1.13.2