summaryrefslogtreecommitdiff
path: root/src/ArzuParser.h
blob: af47f0fa7e5e418d217556ddfefbbb3090d16220 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef ARZU_INTERPRETER_ARZU_PARSER
#define ARZU_INTERPRETER_ARZU_PARSER

#include "PolishNotationParser.h"

struct ArzuParser : public PNParser {
	ArzuParser();
};

#endif