summaryrefslogtreecommitdiff
path: root/src/config.hh
blob: 4f664c19931232eaf7366c1555688a09bdcf48d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- 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