Files
absinthe/include/layers.h
T

10 lines
145 B
C
Raw Normal View History

2026-05-16 21:59:36 +07:00
#ifndef __LAYER_ARRANGE_H_
#define __LAYER_ARRANGE_H_
#include "output.h"
#include "types.h"
2026-05-17 20:03:02 +07:00
void layers_arrange(absn_output *output);
2026-05-16 21:59:36 +07:00
#endif