From ed989aa171015472c1df842019789431a13eb9c0 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 17 Mar 2010 21:37:06 -0400 Subject: [PATCH] Added some missing file types to the documentation. --- src/physfs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/physfs.h b/src/physfs.h index 794b149e..737a4105 100644 --- a/src/physfs.h +++ b/src/physfs.h @@ -140,6 +140,8 @@ * * Currently supported archive types: * - .ZIP (pkZip/WinZip/Info-ZIP compatible) + * - .7Z (7zip archives) + * - .ISO (ISO9660 files, CD-ROM images) * - .GRP (Build Engine groupfile archives) * - .PAK (Quake I/II archive format) * - .HOG (Descent I/II HOG file archives)