X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fnetserv.c;h=21a48572d08af642fc09fbb42cd94630971fa0b6;hb=ee0895b12e544444db37febb1242bcc8a72d6ad8;hp=a9ffa6a74ab9fdf8353d14e523b42fe874d308c0;hpb=0918c3eb2f6219a8cc72aa85bd9c4889788dd474;p=rocksndiamonds.git diff --git a/src/netserv.c b/src/netserv.c index a9ffa6a7..21a48572 100644 --- a/src/netserv.c +++ b/src/netserv.c @@ -1,19 +1,20 @@ /*********************************************************** -* Rocks'n'Diamonds -- McDuffin Strikes Back! * +* Rocks'n'Diamonds -- McDuffin Strikes Back! * *----------------------------------------------------------* -* (c) 1995-98 Artsoft Entertainment * -* Holger Schemel * -* Oststrasse 11a * -* 33604 Bielefeld * -* phone: ++49 +521 290471 * -* email: aeglos@valinor.owl.de * +* (c) 1995-2002 Artsoft Entertainment * +* Holger Schemel * +* Detmolder Strasse 189 * +* 33604 Bielefeld * +* Germany * +* e-mail: info@artsoft.org * *----------------------------------------------------------* -* network.c * +* network.c * ***********************************************************/ -#ifndef MSDOS +#include "libgame/platform.h" + +#if defined(PLATFORM_UNIX) -#include #include #include #include @@ -25,8 +26,9 @@ #include #include +#include "libgame/libgame.h" + #include "netserv.h" -#include "misc.h" static int clients = 0; static int onceonly = 0; @@ -662,4 +664,4 @@ void NetworkServer(int port, int serveronly) } } -#endif /* !MSDOS */ +#endif /* PLATFORM_UNIX */