14 lines
275 B
C++
14 lines
275 B
C++
// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
|
|
#ifndef __config_hh
|
|
#define __config_hh
|
|
|
|
/*! @file config.hh
|
|
@brief The Config class contains functions for accessing config variables
|
|
in the scripts.
|
|
*/
|
|
|
|
namespace ob {
|
|
|
|
}
|
|
|
|
#endif // __config_hh
|