00001 /*! \file editor/src/doccancom.cpp 00002 \author Klaas Holwerda 00003 00004 Copyright: 2001-2004 (c) Klaas Holwerda 00005 00006 Licence: wxWidgets Licence 00007 00008 RCS-ID: $Id: doccancom.cpp,v 1.48 2008/07/19 18:29:47 titato Exp $ 00009 */ 00010 00011 #include "a2dprec.h" 00012 00013 #ifdef __BORLANDC__ 00014 #pragma hdrstop 00015 #endif 00016 00017 #ifndef WX_PRECOMP 00018 #include "wx/wx.h" 00019 #endif 00020 00021 #include "wx/canvas/canmod.h" 00022 00023 #if wxART2D_USE_CANEXTOBJ 00024 #include "wx/canextobj/canextmod.h" 00025 #include "wx/editor/sttoolext.h" 00026 #endif //wxART2D_USE_CANEXTOBJ 00027 00028 #include "wx/editor/editmod.h" 00029 00030