X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fconfiguration.hh;h=8a14604a8885d8c8d4d13ccf5b67b42d2b16efcd;hb=9b23dff16cd85461da6f99aa95a79422cffd72f8;hp=418c26392de5f223606fdfe440917a3a2d2051d8;hpb=86bef745b9e974f664752c6cc56f7e6ec5642efc;p=chaz%2Fopenbox diff --git a/src/configuration.hh b/src/configuration.hh index 418c2639..8a14604a 100644 --- a/src/configuration.hh +++ b/src/configuration.hh @@ -2,10 +2,20 @@ #ifndef __Configuration_hh #define __Configuration_hh +/*! @file configuration.hh + @brief Loads, saves, and provides configuration options for the window + manager +*/ + +extern "C" { #include #include +} + #include +namespace ob { + /* * The Configuration class is a generic wrapper for configuration settings. * @@ -74,4 +84,6 @@ private: XrmDatabase _database; }; +} + #endif // __Configuration_hh