OpenXcom
1.0
Open-source clone of the original X-Com
|
#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. | |