@@ -11,11 +11,12 @@ ;; strftime('%m/%d/%Y %H:%M:%S','now','localtime') (use defstruct) (declare (unit vg)) - +(use canvas-draw iup) +(import canvas-draw-iup) ;; structs ;; (defstruct vg:lib comps) (defstruct vg:comp objs name file) (defstruct vg:obj type pts fill-color text line-color call-back font)