1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-03 10:22:54 +00:00
psyced/world/net/include/server.h

18 lines
314 B
C

// $Id: server.h,v 1.5 2006/08/24 11:43:36 lynx Exp $ // vim:syntax=lpc:ts=8
#ifdef NO_INHERIT
# include <text.h>
#else
# define NO_INHERIT
# include <text.h>
# undef NO_INHERIT
inherit NET_PATH "server";
#endif
#define QUIT destruct(ME); return 0;
#ifndef TIME_LOGIN_IDLE
# define TIME_LOGIN_IDLE 44
#endif