yambar/modules/removables/removables.h
2019-01-12 11:19:57 +01:00

7 lines
169 B
C

#pragma once
#include "../../module.h"
#include "../../particle.h"
struct module *module_removables(
struct particle *label, int left_spacing, int right_spacing);