Added PluginContext
This commit is contained in:
@@ -13,7 +13,8 @@ typedef struct plug_t {
|
||||
|
||||
plug_t* p = {0};
|
||||
|
||||
void plug_init() {
|
||||
void plug_init(plug_ctx_t* ctx) {
|
||||
(void) ctx;
|
||||
p = malloc(sizeof(plug_t));
|
||||
assert(p != NULL && "Buy more ram KEKW");
|
||||
p->count = 0;
|
||||
|
||||
Reference in New Issue
Block a user