winix/templatesnotify
Tomasz Sowa 031ace3fe5 changed: the way how plugins work
all your plugin functions can have signature either:
void my_function(PluginInfo & info); or
void my_function();
only the main Init should have:
extern "C" void Init(PluginFunction & info);

added: directory 'plugins' for plugins
added: 'stats' plugin
		  


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@624 e52654a7-88a9-db11-a3e9-0013d4bc506e
2010-07-27 20:41:56 +00:00
..
Makefile changed: the way how plugins work 2010-07-27 20:41:56 +00:00
Makefile.dep changed: the way how plugins work 2010-07-27 20:41:56 +00:00
Makefile.o.dep added: notifications to users' emails 2009-09-30 22:31:20 +00:00
notify.cpp updated to new version of Ezc 2010-05-30 21:07:46 +00:00
templatesnotify.cpp added: parameters consist of a name and a value now 2010-07-04 20:27:14 +00:00
templatesnotify.h added: parameters consist of a name and a value now 2010-07-04 20:27:14 +00:00