// main.cxx // // main routine for Glaum project // #include #include "global.h" #include "prototype.h" int main(int argc, char *argv[]) { gtk_init(&argc, &argv); Global global; interface(global); gtk_main(); return 0; }