3 #ifndef _NO_EFFECT_FILTER_H
4 #define _NO_EFFECT_FILTER_H
15 template<Player P,
class OrigAction>
26 action.simpleMove(from,to,ptype,isPromote,P,m);
30 action.unknownMove(from,to,p1,ptype,isPromote,P,m);
36 action.dropMove(to,ptype,P,m);
49 Move(from,to,ptype,captured.
ptype(),isPromote,p));