OpenMW
|
#include "formatting.hpp"
#include <components/interpreter/defines.hpp>
#include "../mwscript/interpretercontext.hpp"
#include <boost/algorithm/string/replace.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/trim.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/range/adaptor/filtered.hpp>
#include <boost/range/algorithm/copy.hpp>
#include <OgreUTFString.h>
Namespaces | |
namespace | anonymous_namespace{formatting.cpp} |
namespace | MWGui |
Functions | |
int | anonymous_namespace{formatting.cpp}::convertFromHex (std::string hex) |
Ogre::UTFString::unicode_char | anonymous_namespace{formatting.cpp}::unicodeCharFromChar (char ch) |
bool | anonymous_namespace{formatting.cpp}::is_not_empty (const std::string &s) |