home *** CD-ROM | disk | FTP | other *** search
- /*==========================================================================
- *
- * Copyright (C) 1995-1997 Microsoft Corporation. All Rights Reserved.
- *
- * File: lobby.h
- * Content: lobby related routines include file
- *
- *
- ***************************************************************************/
- #include <dplobby.h>
- #include "duel.h"
-
- /*
- * Prototypes
- */
-
- HRESULT DPLobbyCreate(void);
- HRESULT DPLobbyConnect(void);
- HRESULT DPLobbyGetConnectionSettings(void);
- HRESULT DPLobbyRelease(void);
- HRESULT DPLobbySetConnectionSettings(void);
-
-
-
-
-
-