mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-09 12:08:12 +03:00
Added gamespy SDK
This commit is contained in:
parent
294ca5ffd2
commit
dd44f78fc5
642 changed files with 186078 additions and 0 deletions
40
code/gamespy/Peer/peerRooms.h
Normal file
40
code/gamespy/Peer/peerRooms.h
Normal file
|
@ -0,0 +1,40 @@
|
|||
/*
|
||||
GameSpy Peer SDK
|
||||
Dan "Mr. Pants" Schoenblum
|
||||
dan@gamespy.com
|
||||
|
||||
Copyright 1999-2007 GameSpy Industries, Inc
|
||||
|
||||
devsupport@gamespy.com
|
||||
*/
|
||||
|
||||
#ifndef _PEERROOMS_H_
|
||||
#define _PEERROOMS_H_
|
||||
|
||||
/*************
|
||||
** INCLUDES **
|
||||
*************/
|
||||
#include "peerMain.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
/**************
|
||||
** FUNCTIONS **
|
||||
**************/
|
||||
PEERBool piRoomsInit(PEER peer);
|
||||
void piRoomsCleanup(PEER peer);
|
||||
void piStartedEnteringRoom(PEER peer, RoomType roomType, const char * room);
|
||||
void piFinishedEnteringRoom(PEER peer, RoomType roomType, const char * name);
|
||||
void piLeaveRoom(PEER peer, RoomType roomType, const char * reason);
|
||||
PEERBool piRoomToType(PEER peer, const char * room, RoomType * roomType);
|
||||
void piSetLocalFlags(PEER peer);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue