int GfModLoad(unsigned int gfid, char *dllname, tModList **modlist)
Load the specified DLLs.
tfModGetInfoDir modInfoDir
int GfModInfoDir(unsigned int gfid, char *dir, int level, tModList **modlist)
Get the generic module information of the DLLs of the specified directory.
int GfModInfo(unsigned int gfid, char *dllname, tModList **modlist)
Get the generic information of the specified DLL.
The Gaming Framework API.
tfModFreeInfoList modFreeInfoList
int GfModUnloadList(tModList **modlist)
Unload the DLLs of a list.
int GfModFreeInfoList(tModList **modlist)
Free the info contained in the specified list.
int GfModLoadDir(unsigned int gfid, char *dir, tModList **modlist)
Load the DLLs in the specified directory.
tfModUnloadList modUnloadList
list of module interfaces