20 lines
302 B
C++
20 lines
302 B
C++
#ifndef ____whilerow_h__
|
|
#define ____whilerow_h__
|
|
|
|
#include "Tag.h"
|
|
#include "ZString.h"
|
|
#include "MString.h"
|
|
|
|
namespace jet {
|
|
|
|
class __whilerow : public Tag {
|
|
|
|
public:
|
|
__whilerow(coreutils::ZString &in, coreutils::MString &parentOut, Global &global, Tag *parent);
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif
|