Files
absinthe/include/layout.h
T

9 lines
122 B
C
Raw Normal View History

#ifndef __LAYOUT_H_
#define __LAYOUT_H_
2026-04-03 17:13:34 +07:00
#include "types.h"
void layout_arrange(struct absinthe_output *output);
#endif