21 lines
275 B
C++
21 lines
275 B
C++
#ifndef ____if_h__
|
|
#define ____if_h__
|
|
|
|
#include "Tag.h"
|
|
#include "ZString.h"
|
|
#include "MString.h"
|
|
#include <sstream>
|
|
|
|
namespace jet {
|
|
|
|
class __if : public Tag {
|
|
|
|
public:
|
|
__if(coreutils::ZString &in, coreutils::MString &parent, Global &global);
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif
|