OpenMW
components/interpreter/defines.hpp
Go to the documentation of this file.
00001 #ifndef INTERPRETER_DEFINES_H_INCLUDED
00002 #define INTERPRETER_DEFINES_H_INCLUDED
00003 
00004 #include <string>
00005 #include "context.hpp"
00006 
00007 namespace Interpreter{
00008     std::string fixDefinesDialog(std::string text, Context& context);
00009     std::string fixDefinesMsgBox(std::string text, Context& context);
00010     std::string fixDefinesBook(std::string text, Context& context);
00011 }
00012 
00013 #endif