From 670252dd0d070daa2b63c6846f4705157a620b94 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 1 Dec 2017 09:22:43 -0800 Subject: Somewhat fleshed out video settings view --HG-- branch : nuklear_ui --- tern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tern.h') diff --git a/tern.h b/tern.h index 57c62ff..6b239e9 100644 --- a/tern.h +++ b/tern.h @@ -47,6 +47,7 @@ tern_val tern_find_path_default(tern_node *head, char const *key, tern_val def, tern_val tern_find_path(tern_node *head, char const *key, uint8_t valtype); tern_node * tern_insert_ptr(tern_node * head, char const * key, void * value); tern_node * tern_insert_node(tern_node *head, char const *key, tern_node *value); +tern_node *tern_insert_path(tern_node *head, char const *key, tern_val val, uint8_t valtype); uint32_t tern_count(tern_node *head); void tern_foreach(tern_node *head, iter_fun fun, void *data); char * tern_int_key(uint32_t key, char * buf); -- cgit v1.2.3