10 lines
144 B
C
10 lines
144 B
C
|
|
#ifndef __LAYER_ARRANGE_H_
|
||
|
|
#define __LAYER_ARRANGE_H_
|
||
|
|
|
||
|
|
#include "output.h"
|
||
|
|
#include "types.h"
|
||
|
|
|
||
|
|
void layer_arrange(absn_output *output);
|
||
|
|
|
||
|
|
#endif
|