mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 16:25:39 +02:00
modules: put all modules in separate sub directories
This commit is contained in:
parent
97028ae28c
commit
081bccf06d
8 changed files with 15 additions and 15 deletions
6
modules/label/label.h
Normal file
6
modules/label/label.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "../../module.h"
|
||||
#include "../../particle.h"
|
||||
|
||||
struct module *module_label(struct particle *label);
|
Loading…
Add table
Add a link
Reference in a new issue