#include "Globals.h"
#include "external/tinyxml/tinyxml.h"
Go to the source code of this file.
Namespaces | |
namespace | verve |
namespace | verve::globals |
Functions | |
real VERVE_CALL | verve::globals::getAttributeReal (const TiXmlNode *nodePtr, const std::string &name) |
int VERVE_CALL | verve::globals::getAttributeInt (const TiXmlNode *nodePtr, const std::string &name) |
bool VERVE_CALL | verve::globals::getAttributeBool (const TiXmlNode *nodePtr, const std::string &name) |
std::string VERVE_CALL | verve::globals::getAttributeString (const TiXmlNode *nodePtr, const std::string &name) |