First version - it works

This commit is contained in:
2021-04-21 21:59:17 -04:00
parent 74aa5e851b
commit 3d22a8a73c
13 changed files with 540 additions and 12 deletions

8
src/image.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef _IMAGE_H
#define _IMAGE_H 1
#include "grid.h"
int writePNG(mazegrid_t const* g, char const* filename);
#endif // !def(_IMAGE_H)