gimpconfig.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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 2 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, write to the
  16. * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  17. * Boston, MA 02111-1307, USA.
  18. */
  19. #ifndef __GIMP_CONFIG_H__
  20. #define __GIMP_CONFIG_H__
  21. #include <libgimpconfig/gimpconfigtypes.h>
  22. #include <libgimpconfig/gimpconfigwriter.h>
  23. #include <libgimpconfig/gimpconfig-iface.h>
  24. #include <libgimpconfig/gimpconfig-error.h>
  25. #include <libgimpconfig/gimpconfig-serialize.h>
  26. #include <libgimpconfig/gimpconfig-deserialize.h>
  27. #include <libgimpconfig/gimpconfig-utils.h>
  28. #include <libgimpconfig/gimpconfig-params.h>
  29. #include <libgimpconfig/gimpconfig-path.h>
  30. #include <libgimpconfig/gimpscanner.h>
  31. #include <libgimpconfig/gimpcolorconfig.h>
  32. #endif /* __GIMP_CONFIG_H__ */