Add plugin interface version macro

This commit is contained in:
dec05eba
2025-08-14 22:31:56 +02:00
parent 88ab64127e
commit 48932dfdfb

View File

@@ -5,6 +5,10 @@
extern "C" { extern "C" {
#endif #endif
#define GSR_PLUGIN_INTERFACE_MAJOR_VERSION 0
#define GSR_PLUGIN_INTERFACE_MINOR_VERSION 1
#define GSR_PLUGIN_INTERFACE_VERSION ((GSR_PLUGIN_INTERFACE_MAJOR_VERSION << 16) | GSR_PLUGIN_INTERFACE_MINOR_VERSION)
#include <stdbool.h> #include <stdbool.h>
typedef enum { typedef enum {