OpenMoHAA
0.82.0
Loading...
Searching...
No Matches
peerHost.h
1
/*
2
GameSpy Peer SDK
3
Dan "Mr. Pants" Schoenblum
4
dan@gamespy.com
5
6
Copyright 1999-2007 GameSpy Industries, Inc
7
8
devsupport@gamespy.com
9
*/
10
11
#ifndef _PEERHOST_H_
12
#define _PEERHOST_H_
13
14
/*************
15
** INCLUDES **
16
*************/
17
#include "peerMain.h"
18
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
24
/**************
25
** FUNCTIONS **
26
**************/
27
PEERBool piStartHosting(PEER peer, SOCKET socket,
unsigned
short
port);
28
void
piStopHosting(PEER peer, PEERBool stopReporting);
29
30
#ifdef __cplusplus
31
}
32
#endif
33
34
#endif
code
gamespy
Peer
peerHost.h
Generated by
1.13.2