* Merges two Nif trees into one. For standard Nif files, any blocks with the same name are merged. For Kf files, blocks are attatched to those that match the name specified in the KF root block.
* \param root1 The root block of the first Nif tree to merge.
* \param root2 The root block of the second Nif tree to merge.
*/
voidMergeNifTrees(blk_refroot1,blk_refroot2);
//// Returns list of all blocks in the tree rooted by root block.