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

network_unix.h

Go to the documentation of this file.
00001 #ifndef header_network_win32
00002 #define header_network_win32
00003 
00004 #include "Core/System/Unix/init_linux.h"
00005 
00006 class CL_Network_Generic;
00007 
00008 char *network_identify();
00009 char *network_abbreviation();
00010 void network_init();
00011 
00012 
00013 class CL_Network_Unix
00014 {
00015 public:
00016         static CL_Network_Generic *network;
00017 };
00018 
00019 class CL_Implementation_Network
00020 {
00021 public:
00022         static void add_network();
00023         static void remove_network();
00024 };
00025 
00026 #endif

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