libgeda

libgeda.h

Go to the documentation of this file.
00001 /* gEDA - GPL Electronic Design Automation
00002  * libgeda - gEDA's Library
00003  * Copyright (C) 1998-2010 Ales Hvezda
00004  *
00005  * This library is free software; you can redistribute it and/or
00006  * modify it under the terms of the GNU Library General Public
00007  * License as published by the Free Software Foundation; either
00008  * version 2 of the License, or (at your option) any later version.
00009  *
00010  * This library is distributed in the hope that it will be useful,
00011  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013  * Library General Public License for more details.
00014  *
00015  * You should have received a copy of the GNU General Public License
00016  * along with this program; if not, write to the Free Software
00017  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
00018  * MA 02111-1301 USA.
00019  */
00020 
00021 #ifndef LIBGEDA_H
00022 #define LIBGEDA_H
00023 
00024 #include <glib.h>
00025 
00026 #include <stdio.h>
00027 #include <libguile.h>
00028 #include <gdk-pixbuf/gdk-pixbuf.h>
00029 
00030 #include <libgeda/defines.h>
00031 #include <libgeda/struct.h>
00032 #include <libgeda/globals.h>
00033 #include <libgeda/o_types.h>
00034 #include <libgeda/funcs.h>
00035 #include <libgeda/colors.h>
00036 #include <libgeda/papersizes.h>
00037 #include <libgeda/prototype.h>
00038 #include <libgeda/edaerrors.h>
00039 #include <libgeda/geda_list.h>
00040 
00041 #endif
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines