Files
BlitzNext/RuntimeLib/multiplay.h
T

31 lines
690 B
C
Raw Normal View History

2014-01-31 08:23:00 +13:00
#ifndef MULTIPLAY_H
#define MULTIPLAY_H
#include "bbsys.h"
2016-05-04 09:58:44 +02:00
//#include <dplay.h>
//void multiplay_link();
//bool multiplay_create();
//bool multiplay_destroy();
//
//int bbStartNetGame();
//int bbHostNetGame( BBStr *name );
//int bbJoinNetGame( BBStr *name,BBStr *address );
//void bbStopNetGame();
//
//DPID bbCreateNetPlayer( BBStr *name );
//void bbDeleteNetPlayer( DPID player );
//BBStr * bbNetPlayerName( DPID player );
//int bbNetPlayerLocal( DPID player );
//
//int bbSendNetMsg( int type,BBStr *msg,DPID from,DPID to,int reliable );
//
//int bbRecvNetMsg();
//int bbNetMsgType();
//BBStr * bbNetMsgData();
//DPID bbNetMsgFrom();
//DPID bbNetMsgTo();
2014-01-31 08:23:00 +13:00
#endif