lib: Add version define

This commit is contained in:
tt2468 2021-12-30 01:15:54 -08:00
parent e43ebde794
commit 00dd8d7821

View File

@ -22,6 +22,8 @@ with this program. If not, see <https://www.gnu.org/licenses/>
#include <obs.h>
#define OBS_WEBSOCKET_API_VERSION 1
#ifdef __cplusplus
extern "C" {
#endif