diff options
| author | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-04-12 20:57:06 +0200 |
|---|---|---|
| committer | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-04-12 20:59:39 +0200 |
| commit | e5af28536bfb0f4c9131df56d2009ba5196f5e3a (patch) | |
| tree | 3ab928f961a1ccd8440b070d7b57f79146457e8c /src/parse.h | |
| download | animtool-e5af28536bfb0f4c9131df56d2009ba5196f5e3a.tar.xz | |
init
Diffstat (limited to 'src/parse.h')
| -rw-r--r-- | src/parse.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/parse.h b/src/parse.h new file mode 100644 index 0000000..72b640e --- /dev/null +++ b/src/parse.h @@ -0,0 +1,9 @@ +#ifndef ANIMTOOL_PARSE_H_ +#define ANIMTOOL_PARSE_H_ + +#include "source.h" +#include "scene.h" + +void parse_scene(struct source *src, struct scene *scene, struct registry *reg); + +#endif |
