Home
last modified time | relevance | path

Searched refs:XML_GetNextPos3 (Results 1 – 4 of 4) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dxml.h61 xmlNode_t* XML_GetNextPos3(xmlNode_t* actual, xmlNode_t* parent, const char* name, vec3_t pos);
H A Dxml.cpp461 xmlNode_t* XML_GetNextPos3 (xmlNode_t* actual, xmlNode_t* parent, const char* name, vec3_t pos) in XML_GetNextPos3() function
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/
H A Dcgame.h256 …xmlNode_t* (IMPORT* XML_GetNextPos3) (xmlNode_t* actual, xmlNode_t* parent, const char* name, vec…
H A Dcl_game.cpp791 cgi->XML_GetNextPos3 = XML_GetNextPos3; in GAME_GetImportData()