20 lines
286 B
C++
20 lines
286 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 &parent, Global &global);
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif
|