aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-08-11 16:41:00 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-08-11 16:41:00 +0300
commit57315da56fa3b036f8e3e2d32a5f90a11ae7c3de (patch)
tree0edd722ce020de9e33fcc107e9adfa02b314344d /src/config.h
parent50122472d9c3150bf8f998df2ee4f5d5fc06f5aa (diff)
works with images
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
new file mode 100644
index 0000000..c9743e1
--- /dev/null
+++ b/src/config.h
@@ -0,0 +1,5 @@
+#define GENERATE_PPM_TILES
+
+int tiles_to_load[] = {
+ 1,
+};