Home
last modified time | relevance | path

Searched refs:pvoidfunc (Results 1 – 2 of 2) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dmodules.h395 void *(*pvoidfunc)(); member
599 …dule *module, int eftype, int (*intfunc)(), void (*voidfunc)(), void *(*pvoidfunc)(), char *(*pcha…
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Dmodules.c1425 p->func.pvoidfunc = pvfunc; in EfunctionAddMain()