9 lines
122 B
C
9 lines
122 B
C
#ifndef __LAYOUT_H_
|
|
#define __LAYOUT_H_
|
|
|
|
#include "types.h"
|
|
|
|
void layout_arrange(struct absinthe_output *output);
|
|
|
|
#endif
|