From 70ab91dda6fb47c086ebcd7e0c8a794c152104ba Mon Sep 17 00:00:00 2001 From: Anubisss Date: Fri, 1 May 2009 21:21:14 +0200 Subject: *Add a placeholder for naxx's def file. --HG-- branch : trunk --- .../scripts/scripts/zone/naxxramas/def_naxxramas.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/bindings/scripts/scripts/zone/naxxramas/def_naxxramas.h (limited to 'src/bindings/scripts') diff --git a/src/bindings/scripts/scripts/zone/naxxramas/def_naxxramas.h b/src/bindings/scripts/scripts/zone/naxxramas/def_naxxramas.h new file mode 100644 index 00000000000..303faee7d70 --- /dev/null +++ b/src/bindings/scripts/scripts/zone/naxxramas/def_naxxramas.h @@ -0,0 +1,22 @@ +/* + * Copyright (C) 2009 Trinity + * + * 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 + * (at your option) 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 DEF_NAXXRAMAS_H +#define DEF_NAXXRAMAS_H +#endif + -- cgit v1.2.3