c145f7e529
From here on, we can track changes. It made no sense to put the development up to this point into git.
7 lines
100 B
C
7 lines
100 B
C
#ifndef _LOAD_LAYOUT_H
|
|
#define _LOAD_LAYOUT_H
|
|
|
|
void tree_append_json(const char *filename);
|
|
|
|
#endif
|