mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-20 03:35:41 +02:00
config: sort includes, add comment
This commit is contained in:
parent
3c870f759a
commit
4dd1a24af6
1 changed files with 5 additions and 1 deletions
6
config.h
6
config.h
|
@ -1,12 +1,16 @@
|
|||
#pragma once
|
||||
|
||||
#include "bar.h"
|
||||
#include "yml.h"
|
||||
#include "font.h"
|
||||
#include "particle.h"
|
||||
#include "yml.h"
|
||||
|
||||
bool conf_verify_bar(const struct yml_node *bar);
|
||||
struct bar *conf_to_bar(const struct yml_node *bar);
|
||||
|
||||
/*
|
||||
* Utility functions, for e.g. modules
|
||||
*/
|
||||
|
||||
struct particle * conf_to_particle(
|
||||
const struct yml_node *node, const struct font *parent_font);
|
||||
|
|
Loading…
Add table
Reference in a new issue