A portable, flexible file i/o abstraction.
Go to file
Ryan C. Gordon 624d7f3a42 Fixed PHYSFS_read() and PHYSFS_write() in the dev branch.
PHYSFS_read() and PHYSFS_write() should return number of objects written,
 not object size.

Thanks to Evgeny Podjachev for the fix!
2012-03-14 05:47:15 -04:00
docs Move Windows CD-ROM detection to another thread that uses device notifications. 2012-03-12 04:05:31 -04:00
extras Fixed a compiler warning. 2011-11-18 01:08:19 -05:00
src Fixed PHYSFS_read() and PHYSFS_write() in the dev branch. 2012-03-14 05:47:15 -04:00
test Removed wxWidgets test program. 2011-02-21 23:55:58 -05:00
.hgignore Added .hgignore ... 2009-03-28 18:15:35 -04:00
CMakeLists.txt Replaced zlib with a hacked up copy of miniz: http://code.google.com/p/miniz/ 2012-03-10 02:31:58 -05:00
LICENSE.txt Replaced zlib with a hacked up copy of miniz: http://code.google.com/p/miniz/ 2012-03-10 02:31:58 -05:00
README.txt Moved directory structure around. 2009-03-27 15:10:42 -04:00

README.txt

PhysicsFS; a portable, flexible file i/o abstraction.

  http://icculus.org/physfs/

Please see the docs directory for documentation, licensing, and information.