summaryrefslogtreecommitdiff
path: root/src/ArzuParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ArzuParser.h')
-rw-r--r--src/ArzuParser.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ArzuParser.h b/src/ArzuParser.h
new file mode 100644
index 0000000..af47f0f
--- /dev/null
+++ b/src/ArzuParser.h
@@ -0,0 +1,10 @@
+#ifndef ARZU_INTERPRETER_ARZU_PARSER
+#define ARZU_INTERPRETER_ARZU_PARSER
+
+#include "PolishNotationParser.h"
+
+struct ArzuParser : public PNParser {
+ ArzuParser();
+};
+
+#endif