aboutsummaryrefslogtreecommitdiff
path: root/src/gen_tiles.c
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-08-10 17:18:45 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-08-10 17:18:45 +0300
commit851a3f34efd456295b21849199c3eaf4e70f9fb9 (patch)
tree7eff274bf1ea6b144254a0ebb063257ab2b33af0 /src/gen_tiles.c
parentbb820d973e9f53d33a32c46659e2a163e68be4ba (diff)
big refactor
Diffstat (limited to 'src/gen_tiles.c')
-rw-r--r--src/gen_tiles.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gen_tiles.c b/src/gen_tiles.c
index fbfe378..e70990e 100644
--- a/src/gen_tiles.c
+++ b/src/gen_tiles.c
@@ -2,9 +2,10 @@
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
+#include "typedef.h"
#include "ppm.h"
-#define TILES 5
+#define TILES 2
#define TILE_WIDTH 3
#define TILE_HEIGHT 3
#define TILE_SZ ((TILE_WIDTH) * (TILE_HEIGHT))