00001 /*************************************************************************** 00002 pluginAPI.h - Convenience include file for plugin development 00003 ------------------- 00004 begin : zo apr 26 2009 00005 copyright : (C) 2009 by CJP 00006 email : cornware-cjp@users.sourceforge.net 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 #ifndef LIBPROCTERPLUGINAPI_H 00018 #define LIBPROCTERPLUGINAPI_H 00019 00020 #include <libprocter/ctilesurface.h> 00021 #include <libprocter/cparentmap.h> 00022 #include <libprocter/cplanet.h> 00023 #include <libprocter/settings.h> 00024 00025 //Also abusing this file for the Doxygen index page: 00101 #endif 00102 00103