fix names

This commit is contained in:
2024-06-20 12:06:18 +03:00
parent 8693e10979
commit 43a07debde
9 changed files with 18 additions and 20 deletions

View File

@@ -4,7 +4,7 @@
#include "dim_sdk.h"
PLUG_INFO("Example plugin", "0.0.1", "GPLv3")
PLUG_INFO("example_c", "0.0.1", "GPLv3")
typedef struct plug_t {
char* some_data;