|
@@ -260,6 +260,9 @@ EXPORT bool obs_initialized(void);
|
|
|
/** @return The current core version */
|
|
/** @return The current core version */
|
|
|
EXPORT uint32_t obs_get_version(void);
|
|
EXPORT uint32_t obs_get_version(void);
|
|
|
|
|
|
|
|
|
|
+/** @return The current core version string */
|
|
|
|
|
+EXPORT const char *obs_get_version_string(void);
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* Sets a new locale to use for modules. This will call obs_module_set_locale
|
|
* Sets a new locale to use for modules. This will call obs_module_set_locale
|
|
|
* for each module with the new locale.
|
|
* for each module with the new locale.
|