Migrate to Guile 2.2
[geda-gaf.git] / libgedacairo / libgedacairo.h
blobc1c9b8bb4fe45c7bb95debfc2026e14936eb2a64
1 /* gEDA - GPL Electronic Design Automation
2 * libgedacairo - Rendering gEDA schematics with Cairo
3 * Copyright (C) 2010-2019 gEDA Contributors (see ChangeLog for details)
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Library General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 #ifndef __LIBGEDACAIRO_H__
21 #define __LIBGEDACAIRO_H__
23 #include <libgeda/libgeda.h>
24 #include <cairo.h>
25 #include <pango/pangocairo.h>
27 #include <libgedacairo/edarenderer.h>
28 #include <libgedacairo/edacairo.h>
30 #endif /* !__LIBGEDACAIRO_H__ */