BcPOC
SF-HRP ASM implementation
|
00001 #ifndef BASE_RULE_ORDER 00002 #define BASE_RULE_ORDER 00003 00004 #include "types.hpp" 00005 00006 struct BaseRuleOrder { 00007 bool operator()(ptrBaseRule a, ptrBaseRule b); 00008 }; 00009 00010 00011 #endif 00012