From f62f270de05ebe5a71ef2e66a1a0f54b4ed9dc61 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Fri, 30 Dec 2016 09:38:02 +0100 Subject: Working sprites and instance_create --- library.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'library.cpp') diff --git a/library.cpp b/library.cpp index 687914a..29e50db 100644 --- a/library.cpp +++ b/library.cpp @@ -1,12 +1,11 @@ #include +#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); } -- cgit v1.2.3-70-g09d2