00001 #include "algomaker.h" 00002 #include "dnpsort.h" 00003 00004 char dnpSortAlgo[]="Sort According to DNPs";//The text that shows up in the popup 00005 const bool dnpSortPopsup = true;//true if it should pop up in context menu 00006 template 00007 const AlgoMakerTP< DnpSortAlgo, dnpSortAlgo, dnpSortPopsup > AlgoMakerTP< DnpSortAlgo, dnpSortAlgo, dnpSortPopsup >::registerThis; 00008