Files
scully/inc/AST/ASTVisitor.h

11 lines
136 B
C
Raw Normal View History

2013-05-31 23:51:44 +02:00
#ifndef ASTVISITOR_H
#define ASTVISITOR_H
class ASTVisitor {
public:
ASTVisitor();
virtual ~ASTVisitor();
};
#endif // ASTVISITOR_H