00001 ////////////////////////////////////////////////////////////////////// 00002 // Copyright (c) 2001-2003 David Pritchard <drpritch@alumni.uwaterloo.ca> 00003 // 00004 // This program is free software; you can redistribute it and/or 00005 // modify it under the terms of the GNU Lesser General Public License 00006 // as published by the Free Software Foundation; either 00007 // version 2 of the License, or (at your option) any later 00008 // version. 00009 // 00010 // This program is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU Lesser General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU Lesser General Public License 00016 // along with this program; if not, write to the Free Software 00017 // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00018 00019 #ifndef freecloth_base_package_h 00020 #define freecloth_base_package_h 00021 00022 #include <freecloth/base/config.h> 00023 00024 namespace freecloth { 00025 } 00026 00027 #ifdef DOXYGEN_NO_NAMESPACE 00028 // Doxygen doesn't support namespaces very well yet, and doesn't make many 00029 // of the links from classes outside the namespace into the namespace. 00030 #define FREECLOTH_NAMESPACE_START 00031 #define FREECLOTH_NAMESPACE_END 00032 #else 00033 #define FREECLOTH_NAMESPACE_START namespace freecloth { 00034 #define FREECLOTH_NAMESPACE_END } 00035 #endif 00036 00037 #endif