forked from external/yambar
9 lines
222 B
C
9 lines
222 B
C
#pragma once
|
|
|
|
#include "../../font.h"
|
|
#include "../../module.h"
|
|
#include "../../particle.h"
|
|
#include "../../yml.h"
|
|
|
|
struct module *module_alsa_from_config(
|
|
const struct yml_node *node, const struct font *parent_font);
|