25 #ifndef __SYNFIG_APP_ACTION_LAYERSETEXCLUDEFROMRENDERING_H
26 #define __SYNFIG_APP_ACTION_LAYERSETEXCLUDEFROMRENDERING_H
30 #include <synfig/layer.h>
71 #define ACTION_LAYERSETEXCLUDEFROMRENDERING_DECLARE(class_name) \
72 class class_name : public LayerSetExcludeFromRendering { \
74 static bool is_candidate(const ParamList &x); \
81 #undef ACTION_LAYERSETEXCLUDEFROMRENDERING_DECLARE