- fixed C89 compliance issues with the last commit (rlebitmap/minifx)
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 15 May 2022 19:18:51 +0000 (22:18 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 15 May 2022 19:18:51 +0000 (22:18 +0300)
commit280b3d2a948e965d7af7f017809c27a2b2ee2ce2
treeb9adfaae8a036619ec2e906244c107cd64fad022
parent0d60e0e144c0faf5efb9551d1d23b7463ce8a4c0
- fixed C89 compliance issues with the last commit (rlebitmap/minifx)
- moved minifx.c under scr, since it's a part
- moved src/utils/RleBitmap.* under src/ since src is all about utility
  stuff anyway.
- made filenames DOS 8.3 compatible and lowercase
- fixed include malloc.h -> stdlib.h
- removed casts from malloc
- fixed indentation consistency issues in one file
- added new files to the watcom makefile
GNUmakefile
Makefile
src/minifx.c [deleted file]
src/rlebmap.c [new file with mode: 0644]
src/rlebmap.h [new file with mode: 0644]
src/scr/grise.c
src/scr/minifx.c [new file with mode: 0644]
src/utils/RleBitmap.c [deleted file]
src/utils/RleBitmap.h [deleted file]