#include <mhc/ModuleNode.h> void mhcModuleNodeInit( MhcModuleNode *module_node_ptr );
Basically, the array of the parser for the NVF chunk('NHDR', 'REFR', 'MDUL', 'XTRN') Module handles.
#include <mhc/ModuleNode.h> MifChunkParser *gMhcModuleChunkParserList[ ];
#include <mhc/ModuleNode.h>
typedef struct _MhcModuleNode
{
_msoDeriveFrom( MhcNode );
u32 module_id;
} MhcModuleNode;