OpenXcom  1.0
Open-source clone of the original X-Com
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces | Macros | Functions
LocalizedText.h File Reference
#include <string>
#include <sstream>

Go to the source code of this file.

Classes

class  OpenXcom::LocalizedText
 A string that is already translated. More...
 

Namespaces

 OpenXcom
 COPYING:
 

Macros

#define OX_REQUIRED_RESULT
 This is used to enable warning of unused results, to warn the user of costly function calls.
 

Functions

std::wostream & OpenXcom::operator<< (std::wostream &os, const LocalizedText &txt)
 Allow streaming of LocalizedText objects.