/* gimp_plugin.h // Helps GIMP plug-ins build in CinePaint // Copyright May 12, 2003, Robin.Rowe@MovieEditor.com // License MIT (http://opensource.org/licenses/mit-license.php) */ #ifndef GIMP_PLUGIN_H #define GIMP_PLUGIN_H #ifdef WIN32 #include #endif #include "plugin_main.h" #include "gimp1.2.h" /* Don't include this file, but use it as a guide. Do the OPPOSITE of what it does to rename back to older interface we use. #include "gimpcompat.h" */ #endif