Files
absinthe/include/layout.h
T

9 lines
111 B
C
Raw Normal View History

#ifndef __LAYOUT_H_
#define __LAYOUT_H_
2026-04-03 17:13:34 +07:00
#include "types.h"
2026-05-06 21:24:08 +07:00
void layout_arrange(absn_output *output);
#endif