This commit is contained in:
Jonas Kulla 2014-04-16 13:06:16 +02:00
parent 6dfa4f6b7d
commit 31626c9acc
1 changed files with 16 additions and 16 deletions

View File

@ -480,22 +480,22 @@ RGSS_noop2(void*, const char*)
static const PHYSFS_Archiver RGSS_Archiver = static const PHYSFS_Archiver RGSS_Archiver =
{ {
0, 0,
{ {
"RGSSAD", "RGSSAD",
"RGSS encrypted archive format", "RGSS encrypted archive format",
"Jonas Kulla <Nyocurio@gmail.com>", "Jonas Kulla <Nyocurio@gmail.com>",
"http://k-du.de/rgss/rgss.html", "http://k-du.de/rgss/rgss.html",
0 /* symlinks not supported */ 0 /* symlinks not supported */
}, },
RGSS_openArchive, RGSS_openArchive,
RGSS_enumerateFiles, RGSS_enumerateFiles,
RGSS_openRead, RGSS_openRead,
RGSS_noop1, /* openWrite */ RGSS_noop1, /* openWrite */
RGSS_noop1, /* openAppend */ RGSS_noop1, /* openAppend */
RGSS_noop2, /* remove */ RGSS_noop2, /* remove */
RGSS_noop2, /* mkdir */ RGSS_noop2, /* mkdir */
RGSS_stat, RGSS_stat,
RGSS_closeArchive RGSS_closeArchive
}; };
struct FileSystemPrivate struct FileSystemPrivate