From 399bb2709e773847707a948610fd74c7f4b94e9f Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 11 Jul 2005 22:22:45 +0000 Subject: Committed header dependencies reducing patch by Doener --- src/serverinfo.h | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/serverinfo.h (limited to 'src/serverinfo.h') diff --git a/src/serverinfo.h b/src/serverinfo.h new file mode 100644 index 00000000..be3fccaa --- /dev/null +++ b/src/serverinfo.h @@ -0,0 +1,36 @@ +/* + * The Mana World + * Copyright 2004 The Mana World Development Team + * + * This file is part of The Mana World. + * + * The Mana World is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * The Mana World is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with The Mana World; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id$ + */ + +#ifndef _TMW_SERVERINFO_H +#define _TMW_SERVERINFO_H + +typedef struct { + int address; + short port; + char name[20]; + short online_users; +} SERVER_INFO; + +extern SERVER_INFO *server_info; + +#endif -- cgit v1.2.3-70-g09d2