OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
defines.hpp
Go to the documentation of this file.
1 #ifndef INTERPRETER_DEFINES_H_INCLUDED
2 #define INTERPRETER_DEFINES_H_INCLUDED
3 
4 #include <string>
5 #include "context.hpp"
6 
7 namespace Interpreter{
8  std::string fixDefinesDialog(const std::string& text, Context& context);
9  std::string fixDefinesMsgBox(const std::string& text, Context& context);
10  std::string fixDefinesBook(const std::string& text, Context& context);
11 }
12 
13 #endif
std::string fixDefinesBook(const std::string &text, Context &context)
Definition: defines.cpp:219
std::string fixDefinesDialog(const std::string &text, Context &context)
Definition: defines.cpp:211
std::string fixDefinesMsgBox(const std::string &text, Context &context)
Definition: defines.cpp:215