1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
// -*- c++ -*-
//*****************************************************************************
/** @file include/polybori.h
*
* @author Alexander Dreyer
* @date 2006-03-06
*
* This file includes all header files, which are necessary
* for using the polybori lib.
*
* @par Copyright:
* (c) 2006 by The PolyBoRi Team
**/
//*****************************************************************************
#ifndef polybori_h_
#define polybori_h_
#include <polybori/polybori.h>
#endif // of #ifndef polybori_h_
|