JetCore/__comment.h

18 lines
268 B
C++

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