2 * Initial main.c file generated by Glade. Edit as required.
3 * Glade will not overwrite this file.
12 #include "interface.h"
23 GtkWidget
*main_window
;
26 int main (int argc
, char *argv
[])
28 GtkWidget
*GamazonsMain
;
32 bindtextdomain (GETTEXT_PACKAGE
, PACKAGE_LOCALE_DIR
);
33 bind_textdomain_codeset (GETTEXT_PACKAGE
, "UTF-8");
34 textdomain (GETTEXT_PACKAGE
);
37 gnome_program_init (PACKAGE
, VERSION
, LIBGNOMEUI_MODULE
,
39 GNOME_PARAM_APP_DATADIR
, PACKAGE_DATA_DIR
,
43 * The following code was added by Glade to create one of each component
44 * (except popup menus), just so that you see something after building
45 * the project. Delete any components that you don't want shown initially.
48 gnome_window_icon_set_default_from_file (PACKAGE_DATA_DIR
"/pixmaps/gnome-gamazons.png");
51 GamazonsMain
= create_GamazonsMain ();
52 main_window
= GamazonsMain
;
53 init_game_board(GamazonsMain
);
54 gtk_widget_show (GamazonsMain
);