Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

setupnetwork.h

Go to the documentation of this file.
00001 /*
00002         $Id: setupnetwork.h,v 1.6 2001/03/05 10:00:51 mbn Exp $
00003 
00004         ------------------------------------------------------------------------
00005         ClanLib, the platform independent game SDK.
00006 
00007         This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
00008         version 2. See COPYING for details.
00009 
00010         For a total list of contributers see CREDITS.
00011 
00012         ------------------------------------------------------------------------
00013 */
00014 
00015 #ifndef header_setupnetwork
00016 #define header_setupnetwork
00017 
00019 
00020 class CL_SetupNetwork
00021 //: Initialization class for clanNetwork.
00022 {
00023 public:
00024         static void init();
00025         //: Initialize network.
00026 
00027         static void deinit();
00028         //: Deinitialize network.
00029 };
00030 
00031 #endif

Generated at Wed Apr 4 19:54:03 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001