#include #include "gui.h" //This is really all you need to do here!!! int main(int argc, char **argv){ Fl::gl_visual(FL_DEPTH | FL_DOUBLE); gui *g = new gui(); g->show(); return Fl::run(); }