JetCore/__comment.h
2024-07-08 16:21:24 -07:00

18 lines
249 B
C++

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