note: if you are not developing a Monkey plugin or aware about it internals, you can stop reading now.
Hi Everyone, For the incoming Monkey v1.6 which is work in process in GIT master, there is a change where i moved the Header files: from: monkey/src/include/ to: monkey/include/monkey/ Also any plugin wanted to be hooked with Monkey should include the new header: before: #include "MKPlugin.h" now : #include <monkey/mk_api.h> these changes are mostly structure changes that should not affect your code logic. cheers, -- Eduardo Silva http://edsiper.linuxchile.cl http://monkey-project.com _______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
