Adding a child count function

This commit is contained in:
AnonymusRaccoon
2020-01-02 17:25:50 +01:00
parent 3b1be518ca
commit b9cd425416
3 changed files with 25 additions and 1 deletions
+1
View File
@@ -32,4 +32,5 @@ node *xml_getnode(node *parent, const char *name);
char *xml_getproperty(node *n, const char *key);
int xml_getintprop(node *n, const char *key);
float xml_getfloatprop(node *n, const char *key);
int xml_getchildcount(node *n);
void xml_destroy(node *n);