Floor drawing function

- Draw floors from JSON files, untested at the moment.
- Renamed lot.zig to world.zig
This commit is contained in:
Tony Bark 2024-05-04 04:57:22 -04:00
parent aa284c424f
commit cbe28d6c78
6 changed files with 78 additions and 38 deletions

View file

@ -6,7 +6,8 @@ set(IFF2HTML_SOURCES
md5.c
image.c
opngreduc.c
../../Libraries/FileHandler/bmp/read_bmp.c
../../library/formats/iff/iff.h
../../library/formats/bmp/read_bmp.c
)
include_directories(${FILEHANDLER_INCLUDE} ${LIBPNG_INCLUDE})