yambar/config.h
2019-01-12 11:28:20 +01:00

11 lines
245 B
C

#pragma once
#include "bar.h"
#include "yml.h"
#include "font.h"
#include "particle.h"
struct bar *conf_to_bar(const struct yml_node *bar);
struct particle * conf_to_particle(
const struct yml_node *node, const struct font *parent_font);