all repos — openbox @ feaf3ac4e5847d27e3747b09e7443915afa97b0b

openbox fork - make it a bit more like ryudo

src/config.hh (raw)

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