From 683848679649994f048a526be55f776644165827 Mon Sep 17 00:00:00 2001 From: Kudlaty Date: Sun, 16 Aug 2009 17:30:05 +0200 Subject: Merge [SD2] r1306 Remove now empty zone folder and complete re-organize file/folder structure. Thanks to DasBlub, Zor and others for inspiration, help and suggestions. --HG-- branch : trunk --- src/bindings/scripts/system/system.cpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/bindings/scripts/system/system.cpp (limited to 'src/bindings/scripts/system/system.cpp') diff --git a/src/bindings/scripts/system/system.cpp b/src/bindings/scripts/system/system.cpp new file mode 100644 index 00000000000..ab62e530681 --- /dev/null +++ b/src/bindings/scripts/system/system.cpp @@ -0,0 +1,22 @@ +/* + * Copyright (C) 2008-2009 Trinity + * + * Thanks to the original authors: MaNGOS + * + * 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 + */ + +#include "precompiled.h" + -- cgit v1.2.3