/* * ORXONOX - the hottest 3D action shooter ever to exist * > www.orxonox.net < * * * License notice: * * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * Author: * Fabian 'x3n' Landau * Co-authors: * ... * */ /** @defgroup Util Util The util library contains several functions, classes, and templates that can be used in different parts of the Orxonox-code. They provide functionalities for mathematical use, string manipulation, typeconversion, multi-types, error- and exception-handling, debug output, and many more. */ /** @defgroup Core Core The core library contains the framework of Orxonox - all important classes, functions, and macros that are used to create and manage classes and objects. Almost all classes in Orxonox need at least one of the core features. */ /** @defgroup Config Config @ingroup Core */