mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-04 13:47:04 -04:00
Floor drawing function
- Draw floors from JSON files, untested at the moment. - Renamed lot.zig to world.zig
This commit is contained in:
parent
aa284c424f
commit
cbe28d6c78
6 changed files with 78 additions and 38 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue