diff options
Diffstat (limited to 'library.cpp')
-rw-r--r-- | library.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library.cpp b/library.cpp index f59d542..687914a 100644 --- a/library.cpp +++ b/library.cpp @@ -4,6 +4,7 @@ using namespace std; + extern Fl_Window_draw *window; void draw_text(int x,int y,const char *s){ |