gschem

gschem.h

Go to the documentation of this file.
00001 /* System headers which gschem headers rely on */
00002 #include <glib.h>
00003 #include <gtk/gtk.h>
00004 #include <libguile.h>
00005 #include <libgeda/libgeda.h>
00006 #include <libgeda/libgedaguile.h>
00007 
00008 /* gschem headers */
00009 #include "gschem_defines.h"
00010 #include "gschem_struct.h"
00011 #include "gschem_accel_label.h"
00012 #include "gschem_action.h"
00013 #include "gschem_dialog.h"
00014 #include "gschem_pango.h"
00015 #include "i_vars.h"
00016 #include "x_preview.h"
00017 #include "x_compselect.h"
00018 #include "x_dialog.h"
00019 #include "x_log.h"
00020 #include "x_multiattrib.h"
00021 #include "x_pagesel.h"
00022 #include "x_print.h"
00023 #include "x_states.h"
00024 #include "globals.h"
00025 #include "prototype.h"
00026 
00027 /* Gettext translation */
00028 #include "gettext.h"
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines