|
RetroArch
|
#include <retro_common_api.h>Go to the source code of this file.
Classes | |
| struct | rxml_attrib_node |
| struct | rxml_node |
Typedefs | |
| typedef typedefRETRO_BEGIN_DECLS struct rxml_document | rxml_document_t |
Functions | |
| rxml_document_t * | rxml_load_document (const char *path) |
| void | rxml_free_document (rxml_document_t *doc) |
| struct rxml_node * | rxml_root_node (rxml_document_t *doc) |
| char * | rxml_node_attrib (struct rxml_node *node, const char *attrib) |
| typedef typedefRETRO_BEGIN_DECLS struct rxml_document rxml_document_t |
| void rxml_free_document | ( | rxml_document_t * | doc | ) |
| rxml_document_t* rxml_load_document | ( | const char * | path | ) |
| struct rxml_node* rxml_root_node | ( | rxml_document_t * | doc | ) |
1.8.15