X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Ftypes.h;h=5f9fce7510efa1be36ee66ecb603af7a8caa855a;hp=c5cf337a0f96ebb8229d8b1332aa5cabbe0926ce;hb=HEAD;hpb=63bdc89835765a6163fe06e194fb3fbcc5dce083 diff --git a/include/types.h b/include/types.h index c5cf337a0..5f9fce751 100644 --- a/include/types.h +++ b/include/types.h @@ -1,11 +1,11 @@ /* * Empire - A multi-player, client/server Internet based war game. - * Copyright (C) 1986-2007, Dave Pare, Jeff Bailey, Thomas Ruschak, - * Ken Stevens, Steve McClure + * Copyright (C) 1986-2021, Dave Pare, Jeff Bailey, Thomas Ruschak, + * Ken Stevens, Steve McClure, Markus Armbruster * - * This program is free software; you can redistribute it and/or modify + * Empire 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 + * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -14,8 +14,7 @@ * 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 + * along with this program. If not, see . * * --- * @@ -26,9 +25,9 @@ * --- * * types.h: Empire types - * + * * Known contributors to this file: - * Markus Armbruster, 2006 + * Markus Armbruster, 2006-2014 */ #ifndef TYPES_H @@ -37,8 +36,10 @@ typedef unsigned char natid; /* NSC_NATID must match this */ typedef short coord; +struct bp; struct emp_qelem; struct empobj; +struct gamestr; struct lndstr; struct lndstr; struct lonstr; @@ -47,14 +48,16 @@ struct nchrstr; struct nstr_item; struct nstr_sect; struct nukstr; +struct pchrstr; +struct player; struct plist; struct plnstr; struct range; struct sctstr; struct shiplist; struct shpstr; +struct symbol; struct trdstr; -struct trtstr; struct comstr; struct cmndstr; struct ulist;