diff options
Diffstat (limited to 'libgamma.hh')
-rw-r--r-- | libgamma.hh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libgamma.hh b/libgamma.hh new file mode 100644 index 0000000..0577902 --- /dev/null +++ b/libgamma.hh @@ -0,0 +1,12 @@ +/* See LICENSE file for copyright and license details. */ +#ifndef LIBGAMMA_HH +#define LIBGAMMA_HH + + +#include "libgamma-error.hh" +#include "libgamma-method.hh" +#include "libgamma-facade.hh" + + +#endif + |