We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
THROW_EXCEPTION( FileReadException() << FileIOExceptionFilename(strFilename) ); }// Try to read the number of bytes, fail if we can'tPHYSFS_sint64 nBytes= PHYSFS_fileLength( pFile.get() );if( nBytes <0) { THROW_EXCEPTION( FileReadException() << FileIOExceptionFilename(strFilename) )...
THROW_EXCEPTION( FileReadException() << FileIOExceptionFilename(strFilename) ); }// Try to read the number of bytes, fail if we can'tPHYSFS_sint64 nBytes= PHYSFS_fileLength( pFile.get() );if( nBytes <0) { THROW_EXCEPTION( FileReadException() << FileIOExceptionFilename(strFilename) )...
* * \sa PHYSFS_VERSION */ PHYSFS_DECL void PHYSFS_getLinkedVersion(PHYSFS_Version *ver); /** * \fn int PHYSFS_init(const char *argv0) * \brief Initialize the PhysicsFS library. * * This must be called before any other PhysicsFS function. * * This should be called prior to any ...
p->initReadOps(handle, ops,false); d->sfs->initFontSetCB(ops, filename); SDL_RWclose(&ops); } 開發者ID:Daverball,項目名稱:mkxp,代碼行數:33,代碼來源:filesystem.cpp 示例7: switch ▲點讚 1▼ Lux::Core::OpenedFile* Lux::Core::FileHandler::OpenFile(constString a_File, FileOpenMode...