mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 04:25:42 +02:00
7 lines
189 B
C
7 lines
189 B
C
#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);
|