This commit is contained in:
bart@bartbes.ath.cx
2010-02-12 20:25:06 +01:00
17 changed files with 428 additions and 289 deletions
+2
View File
@@ -74,6 +74,8 @@ namespace physfs
case WRITE:
file = PHYSFS_openWrite(filename.c_str());
break;
default:
break;
}
return (file != 0);