A portable, flexible file i/o abstraction.
Go to file
Matthew Johnston e8f8d6f9c2 Removed control flow macro usage
As noted in the TODO file the following macros were removed from usage
from physfs.c

* GOTO
* GOTO_IF
* GOTO_IF_ERRPASS
* BAIL
* BAIL_IF
* BAIL_IF_ERRPASS
2021-08-06 00:06:02 -05:00
.github Initial CI setup... 2021-06-29 13:22:39 -04:00
docs Updated a URL to point to github.com 2021-06-30 23:39:12 -04:00
extras Use the GNUInstallDirs CMake module to respect installation locations 2021-07-11 19:00:28 -04:00
src Removed control flow macro usage 2021-08-06 00:06:02 -05:00
test Added PHYSFS_setRoot(). 2018-10-17 23:44:02 -04:00
.gitignore Renamed .hgignore -> .gitignore 2021-06-30 23:32:32 -04:00
CMakeLists.txt Use the GNUInstallDirs CMake module to respect installation locations 2021-07-11 19:00:28 -04:00
LICENSE.txt Reformat LICENSE.txt so GitHub sees it as zlib. 2021-06-29 13:19:59 -04:00
README.txt Minor documentation updates. 2017-07-22 13:48:31 -04:00

README.txt

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

  https://icculus.org/physfs/

Please see the docs directory for documentation.

Please see LICENSE.txt for licensing information.