libobs: Add function to log currently loaded modules

This commit is contained in:
jp9000
2016-08-05 17:25:29 -07:00
parent 526d390adb
commit b9d67cbf4b
2 changed files with 11 additions and 0 deletions

View File

@@ -340,6 +340,9 @@ EXPORT int obs_open_module(obs_module_t **module, const char *path,
*/
EXPORT bool obs_init_module(obs_module_t *module);
/** Logs loaded modules */
EXPORT void obs_log_loaded_modules(void);
/** Returns the module file name */
EXPORT const char *obs_get_module_file_name(obs_module_t *module);