![]() |
Blamite Game Engine - Guerilla (Library)
00402.09.29.23.0627.blamite
The tag editor for the Blamite Game Engine.
|
#include "project_info.h"
#include <fstream>
#include <Strings/components/3rdparty/rapidxml/rapidxml.hpp>
#include <Strings/components/utils/xml/xml.h>
#include <Strings/components/utils/converters/converters.h>
#include <Strings/components/utils/io/io.h>
#include <Strings/components/logger/logger.h>
Functions | |
std::string | GetChildNodeValue (rapidxml::xml_node<> *parent_node, std::string child_node_name) |
Retrieves the value of a child node within an XML node. More... | |
std::string GetChildNodeValue | ( | rapidxml::xml_node<> * | parent_node, |
std::string | child_node_name | ||
) |
Retrieves the value of a child node within an XML node.
Used to simplify project file parsing code.
In the event that the child node cannot be found, a warning message is logged.
parent_node | - The parent XML node. |
child_node_name | - The name of the child node. |