Skip to content

Commit

Permalink
Added Doom WAD support.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 15, 2003
1 parent 3a5f64f commit efdc4ac
Show file tree
Hide file tree
Showing 10 changed files with 604 additions and 10 deletions.
1 change: 1 addition & 0 deletions Makefile.am.newautomake
Expand Up @@ -46,6 +46,7 @@ libphysfs_la_SOURCES = \
physfs_byteorder.c \
archivers/dir.c \
archivers/grp.c \
archivers/wad.c \
archivers/hog.c \
archivers/mvl.c \
archivers/zip.c \
Expand Down
1 change: 1 addition & 0 deletions archivers/Makefile.am
Expand Up @@ -9,6 +9,7 @@ endif
libarchivers_la_SOURCES = \
dir.c \
grp.c \
wad.c \
hog.c \
mvl.c \
zip.c \
Expand Down

0 comments on commit efdc4ac

Please sign in to comment.