gimpconfig.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /* LIBGIMP - The GIMP Library
  2. * Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball
  3. *
  4. * This library is free software: you can redistribute it and/or
  5. * modify it under the terms of the GNU Lesser General Public
  6. * License as published by the Free Software Foundation; either
  7. * version 3 of the License, or (at your option) any later version.
  8. *
  9. * This library is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  12. * Library General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU Lesser General Public
  15. * License along with this library. If not, see
  16. * <https://www.gnu.org/licenses/>.
  17. */
  18. #ifndef __GIMP_CONFIG_H__
  19. #define __GIMP_CONFIG_H__
  20. #include <gegl.h>
  21. #define __GIMP_CONFIG_H_INSIDE__
  22. #include <libgimpconfig/gimpconfigtypes.h>
  23. #include <libgimpconfig/gimpconfig-deserialize.h>
  24. #include <libgimpconfig/gimpconfig-error.h>
  25. #include <libgimpconfig/gimpconfig-iface.h>
  26. #include <libgimpconfig/gimpconfig-params.h>
  27. #include <libgimpconfig/gimpconfig-path.h>
  28. #include <libgimpconfig/gimpconfig-register.h>
  29. #include <libgimpconfig/gimpconfig-serialize.h>
  30. #include <libgimpconfig/gimpconfig-utils.h>
  31. #include <libgimpconfig/gimpconfigwriter.h>
  32. #include <libgimpconfig/gimpscanner.h>
  33. #include <libgimpconfig/gimpcolorconfig.h>
  34. #undef __GIMP_CONFIG_H_INSIDE__
  35. #endif /* __GIMP_CONFIG_H__ */