00001 /*! \file wx/canextobj/canextmod.h 00002 \author Klaas Holwerda 00003 00004 Copyright: 2000-2004 (c) Klaas Holwerda 00005 00006 Licence: wxWidgets Licence 00007 00008 RCS-ID: $Id: canextmod.h,v 1.4 2005/09/15 20:44:46 titato Exp $ 00009 */ 00010 00011 #ifndef __WXCANEXTMOD_H__ 00012 #define __WXCANEXTMOD_H__ 00013 00014 #include "wx/canvas/canmod.h" 00015 #include "wx/canextobj/eval.h" 00016 #include "wx/canextobj/rendimg.h" 00017 #include "wx/canextobj/canobj3d.h" 00018 #include "wx/canextobj/canext.h" 00019 #include "wx/canextobj/imageioh.h" 00020 00021 #endif 00022