00001 #include "tool.h" 00002 #include "pdfscene.h" 00003 00004 Tool::Tool(PDFScene* scn) : 00005 scene(scn) 00006 { 00007 }