mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-20 01:25:39 +02:00
module/removables: export module info through the new module_info struct type
This commit is contained in:
parent
697e613b2e
commit
87640339e1
4 changed files with 39 additions and 36 deletions
|
@ -1,7 +1,4 @@
|
|||
#pragma once
|
||||
|
||||
#include "../../module.h"
|
||||
#include "../../particle.h"
|
||||
|
||||
struct module *module_removables(
|
||||
struct particle *label, int left_spacing, int right_spacing);
|
||||
extern const struct module_info module_removables;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue