projects
/
dana
/
openbox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
stop using python internally. add an event dispatcher
[dana/openbox.git]
/
src
/
config.hh
1
// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
2
#ifndef __config_hh
3
#define __config_hh
4
5
/*! @file config.hh
6
@brief The Config class contains functions for accessing config variables
7
in the scripts.
8
*/
9
10
namespace ob {
11
12
}
13
14
#endif // __config_hh