OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
tags.hpp
Go to the documentation of this file.
1 #ifndef OPENMW_WIDGETS_TAGS_H
2 #define OPENMW_WIDGETS_TAGS_H
3 
4 #include <MyGUI_UString.h>
5 #include <string>
6 #include <map>
7 
8 namespace Gui
9 {
10 
12 bool replaceTag (const MyGUI::UString& tag, MyGUI::UString& out, const std::map<std::string,std::string>& fallbackSettings);
13 
14 }
15 
16 #endif
bool replaceTag(const MyGUI::UString &tag, MyGUI::UString &out, const std::map< std::string, std::string > &fallbackSettings)
Try to replace a tag. Returns true on success and writes the result to out.
Definition: tags.cpp:8