From 67f53660db85c2f325472701517e04c446ec8ed4 Mon Sep 17 00:00:00 2001 From: Tametomo Date: Tue, 5 May 2009 07:11:44 -0600 Subject: Moved two files which held net data into the net folder. Considering their function, this is a much better place to put them. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tametomo Signed-off-by: Bjørn Lindeijer --- src/net/serverinfo.h | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/net/serverinfo.h (limited to 'src/net/serverinfo.h') diff --git a/src/net/serverinfo.h b/src/net/serverinfo.h new file mode 100644 index 00000000..c38d13c7 --- /dev/null +++ b/src/net/serverinfo.h @@ -0,0 +1,36 @@ +/* + * The Mana World + * Copyright (C) 2004 The Mana World Development Team + * + * This file is part of The Mana World. + * + * This program 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. + * + * This program 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#ifndef SERVERINFO_ +#define SERVERINFO_ + +#include + +struct SERVER_INFO +{ + int address; + short port; + std::string name; + short online_users; + std::string updateHost; +}; + +#endif -- cgit v1.2.3-70-g09d2