home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / directx / duel / lobby.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-15  |  578 b   |  27 lines

  1. /*==========================================================================
  2.  *
  3.  *  Copyright (C) 1995-1997 Microsoft Corporation. All Rights Reserved.
  4.  *
  5.  *  File:        lobby.h
  6.  *  Content:    lobby related routines include file
  7.  *
  8.  *
  9.  ***************************************************************************/
  10. #include <dplobby.h>
  11. #include "duel.h"
  12.  
  13. /*
  14.  * Prototypes
  15.  */
  16.  
  17. HRESULT DPLobbyCreate(void);
  18. HRESULT DPLobbyConnect(void);
  19. HRESULT DPLobbyGetConnectionSettings(void);
  20. HRESULT DPLobbyRelease(void);
  21. HRESULT DPLobbySetConnectionSettings(void);
  22.  
  23.  
  24.  
  25.  
  26.  
  27.