2001-06-03 Hans Breuer <hans@breuer.org>
[dia.git] / lib / dummy_dep.h
blob32d4d40d4a0fa7b7fe09b42a46540c957b62316f
1 /* Dia -- an diagram creation/manipulation program
2 * Copyright (C) 1998 Alexander Larsson
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
9 * This program 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
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 #include <glib.h>
19 #include "connection.h"
20 #include "element.h"
21 #include "font.h"
22 #include "text.h"
23 /* #include "render_store.h"
24 #include "render_object.h" */
25 #include "orth_conn.h"
26 #include "neworth_conn.h"
27 #include "arrows.h"
28 #include "utils.h"
29 #include "poly_conn.h"
30 #include "polyshape.h"
31 #include "bezier_conn.h"
32 #include "beziershape.h"
33 #include "widgets.h"
34 #include "intl.h"
35 #include "lazyprops.h"
36 #include "connpoint_line.h"
37 #include "properties.h"
39 /* This is a file with dummy dependencies so that all
40 object files will be linked into the app.
43 #ifndef __sgi
44 static
45 #endif
46 void *dummy_dep[] G_GNUC_UNUSED = {
47 connection_move_handle,
48 element_update_boundingbox,
49 orthconn_update_data,
50 polyconn_init,
51 polyshape_init,
52 bezierconn_init,
53 beziershape_init,
54 new_text,
55 font_getfont,
56 /* new_render_store,
57 new_render_object, */
58 nearest_pow,
59 arrow_draw,
60 dia_font_selector_new, /* widgets.o */
61 new_object_state_change, /* objchange.o */
62 intl_score_locale, /* intl.o */
63 __propdlg_build_arrow, /* lazyprops.o */
64 connpointline_create, /* connpoint_line.o */
65 neworthconn_update_data, /* neworth_conn.o */
66 object_create_props_dialog, /* properties.o */