#include #include "library.h" #include "main.h" using namespace std; extern Fl_Window_draw *window; void draw_text(int x,int y,const char *s){ fl_draw(s,x,y); } void log(const char *s){ cerr<<"[LOG] "<