jmtd → software → doom
Some miscellaneous bits of code for reading and interpreting doom WAD files. lswad is a
program that lists the contents of a WAD file (including any
wasted space). wadfs is a filesystem interface for
WAD files using the excellent fuse library. wad.c and wad.h are
the shared bits of code for interpreting WAD files used by these
two programs.