#include "C4Include.h"#include "gui/C4StartupModsDlg.h"#include "C4Version.h"#include "lib/SHA1.h"#include "game/C4Application.h"#include "gui/C4UpdateDlg.h"#include "game/C4Game.h"#include "graphics/C4GraphicsResource.h"#include "graphics/C4Draw.h"#include "network/C4HTTP.h"#include <tinyxml.h>#include <fstream>#include <sstream>#include <regex>Go to the source code of this file.
Functions | |
| std::string | getSafeStringValue (const TiXmlElement *xml, const char *childName, std::string fallback="", bool isAttribute=false) |
| std::string getSafeStringValue | ( | const TiXmlElement * | xml, |
| const char * | childName, | ||
| std::string | fallback = "", |
||
| bool | isAttribute = false |
||
| ) |
Definition at line 37 of file C4StartupModsDlg.cpp.
Referenced by C4StartupModsListEntry::FromXML(), and ModXMLData::ModXMLData().