Add physfsrwops

This commit is contained in:
leo60228
2020-07-30 17:05:30 -04:00
committed by Misa Elizabeth Kai
parent 64be7dbd53
commit 5b6c4b6b28
3 changed files with 341 additions and 0 deletions

View File

@@ -174,6 +174,7 @@ set(PFS_SRC
../third_party/physfs/physfs_platform_unix.c
../third_party/physfs/physfs_platform_windows.c
../third_party/physfs/physfs_platform_haiku.cpp
../third_party/physfs/physfsrwops.c
)
if(APPLE)
# Are you noticing a pattern with this Apple crap yet?