BcPOC
SF-HRP ASM implementation
D:/bcatch/bcpoc_src/bcpoc/src/sfhrp/SFHRP/base_rule_order.hpp
Go to the documentation of this file.
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