A portable, flexible file i/o abstraction.
Go to file
Ryan C. Gordon 5a26df8383 Fixed building with Mac OS X 10.6 SDK.
The SDK defines the TARGET_OS_IPHONE, etc symbols to 0, so you can't check
 "#if defined" for them.
2009-09-06 01:04:17 -04:00
docs Added some people to the credits. 2009-07-08 18:46:54 -04:00
extras Improved globbing extra. 2009-03-28 18:14:16 -04:00
src Fixed building with Mac OS X 10.6 SDK. 2009-09-06 01:04:17 -04:00
test Updated test_physfs.c's version to match everything else. 2009-04-13 17:57:56 -04:00
.hgignore Added .hgignore ... 2009-03-28 18:15:35 -04:00
CMakeLists.txt Don't use -fvisibility=hidden on Windows, since MinGW doesn't support it. :( 2009-07-12 16:43:59 -04:00
LICENSE.txt Updated copyright date. 2009-03-23 01:06:54 -04: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.