module/removables: export module info through the new module_info struct type

This commit is contained in:
Daniel Eklöf 2019-01-12 12:59:21 +01:00
parent 697e613b2e
commit 87640339e1
4 changed files with 39 additions and 36 deletions

View file

@ -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;