/* -*-c++-*- 
 * 
 * osgART - ARToolKit for OpenSceneGraph
 * Copyright (C) 2005-2008 Human Interface Technology Laboratory New Zealand
 * 
 * This file is part of osgART 2.0
 *
 * osgART 2.0 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 3 of the License, or
 * (at your option) any later version.
 *
 * osgART 2.0 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 osgART 2.0.  If not, see <http://www.gnu.org/licenses/>.
 *
 */

#ifndef __OSGART_FOUNDATION__
#define __OSGART_FOUNDATION__

/*! \mainpage OSGART
 *
 *  \htmlinclude main.html
 */

/**
 *  \file  Foundation
 *  \brief Setup and cleanup routines for the osgART library, including any platform-specific code.
 *
 * Setup and cleanup routines for the osgART library, including any platform-specific code.
 * All applications, prior to using any osgART classes or functions, must call osgARTInit,
 * passing in the applications argument list.
 * An atexit() handler will be installed to handle cleanup at time of program exit.
 */

/**
 * \namespace osgART
 * \brief A collection of classes to support the development of Augmented Reality applications in Open Scene Graph.
 */

#endif // !__OSGART_FOUNDATION__

