It appears only if i try to do this:
Code: Select all
static moduleinfo modules[MAX_MODULES] = {
{"Calculator","calc","Calculator v0.1 by Kennny",&modulehandlers::test_calc},
{"Testing Game","testgam","First Testing Game by Kennny",&modulehandlers::empty_module_handler},
{"External Module","ext","External module test",&modulehandlers::empty_module_handler},
{NULL,NULL,NULL,&modulehandlers::empty_module_handler}
};
Edit: function memset is declared in other file, which is included from there.
Sorry for my bad english.