diff options
Diffstat (limited to 'library.cpp')
-rw-r--r-- | library.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/library.cpp b/library.cpp index 687914a..29e50db 100644 --- a/library.cpp +++ b/library.cpp @@ -1,12 +1,11 @@ #include <iostream> +#include "global.h" #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); } |