mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
plugin: add plugin_load_particle() function
This commit is contained in:
parent
f34a341c33
commit
0fa7906e99
2 changed files with 27 additions and 8 deletions
2
plugin.h
2
plugin.h
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "module.h"
|
||||
#include "particle.h"
|
||||
|
||||
const struct module_info *plugin_load_module(const char *name);
|
||||
const struct particle_info *plugin_load_particle(const char *name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue