From 28513bf18a3d2f487a496ff944e446e1acc2363c Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sun, 20 Nov 2005 18:21:18 +0000 Subject: [PATCH] Missing file. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2006 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/list.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sc2/src/sc2code/libs/list.h diff --git a/sc2/src/sc2code/libs/list.h b/sc2/src/sc2code/libs/list.h new file mode 100644 index 000000000..a7a507b03 --- /dev/null +++ b/sc2/src/sc2code/libs/list.h @@ -0,0 +1,20 @@ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of version 2 of the GNU General Public License as + * published by the Free Software Foundation. + * Nota bene: later versions of the GNU General Public License do not apply + * to this program. + * + * 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 + * + */ + +#include "list/list.h" +