JetCore/__exclude.h
2025-05-06 07:33:04 -07:00

18 lines
280 B
C++

#ifndef ____exclude_h__
#define ____exclude_h__
#include "Tag.h"
namespace jet {
class __exclude : public Tag {
public:
__exclude(coreutils::ZString &in, coreutils::MString &parentOut, Global &global, Tag *parent, Tag *local);
};
}
#endif