This commit is contained in:
2024-05-31 21:06:32 +03:00
parent 7e2cbbe370
commit dc7f72f6ef
3 changed files with 47 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ void* plug_init(void) {
assert(p);
p->name = "example";
p->version = "0.0.1";
// Return NULL if error
return p;
}