mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-19 19:25:41 +02:00
7 lines
120 B
C
7 lines
120 B
C
#pragma once
|
|
|
|
#include "bar.h"
|
|
#include "yml.h"
|
|
#include "font.h"
|
|
|
|
struct bar *conf_to_bar(const struct yml_node *bar);
|