#pragma once #include "Parsing/Matcher/AbstractMatcher.h" #include "Parsing/Simple/SimpleParserValue.h" class MenuMatcherScriptInt final : public AbstractMatcher { protected: MatcherResult CanMatch(ILexer* lexer, unsigned tokenOffset) override; public: MenuMatcherScriptInt(); };