winix/plugins/stats
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 changed: the way how plugins work 2010-07-27 20:41:56 +00:00
data.h changed: the way how plugins work 2010-07-27 20:41:56 +00:00
init.cpp changed: the way how plugins work 2010-07-27 20:41:56 +00:00
stats.cpp changed: the way how plugins work 2010-07-27 20:41:56 +00:00
stats.h changed: the way how plugins work 2010-07-27 20:41:56 +00:00
templates.cpp changed: the way how plugins work 2010-07-27 20:41:56 +00:00
templates.h changed: the way how plugins work 2010-07-27 20:41:56 +00:00