![]() |
Open Broadcaster Software
Free, open source software for live streaming and recording
|
Go to the source code of this file.
Typedefs | |
typedef struct text_lookup | lookup_t |
Functions | |
EXPORT lookup_t * | text_lookup_create (const char *path) |
EXPORT bool | text_lookup_add (lookup_t *lookup, const char *path) |
EXPORT void | text_lookup_destroy (lookup_t *lookup) |
EXPORT bool | text_lookup_getstr (lookup_t *lookup, const char *lookup_val, const char **out) |
typedef struct text_lookup lookup_t |