#ifndef INTERPRETER_DEFINES_H_INCLUDED #define INTERPRETER_DEFINES_H_INCLUDED #include "context.hpp" #include namespace Interpreter { std::string fixDefinesDialog(std::string_view text, Context& context); std::string fixDefinesMsgBox(std::string_view text, Context& context); std::string fixDefinesBook(std::string_view text, Context& context); } #endif