#include #include int main(int argc, char** argv) { VentanaBotonesCirc window(200, 100); return Fl::run(); }