110 "DOOM engine format", |
110 "DOOM engine format", |
111 "Travis Wells <traviswells@mchsi.com>", |
111 "Travis Wells <traviswells@mchsi.com>", |
112 "http://www.3dmm2.com/doom/", |
112 "http://www.3dmm2.com/doom/", |
113 0, /* supportsSymlinks */ |
113 0, /* supportsSymlinks */ |
114 }, |
114 }, |
115 WAD_openArchive, /* openArchive() method */ |
115 WAD_openArchive, |
116 UNPK_enumerateFiles, /* enumerateFiles() method */ |
116 UNPK_enumerateFiles, |
117 UNPK_openRead, /* openRead() method */ |
117 UNPK_openRead, |
118 UNPK_openWrite, /* openWrite() method */ |
118 UNPK_openWrite, |
119 UNPK_openAppend, /* openAppend() method */ |
119 UNPK_openAppend, |
120 UNPK_remove, /* remove() method */ |
120 UNPK_remove, |
121 UNPK_mkdir, /* mkdir() method */ |
121 UNPK_mkdir, |
122 UNPK_closeArchive, /* closeArchive() method */ |
122 UNPK_closeArchive, |
123 UNPK_stat /* stat() method */ |
123 UNPK_stat |
124 }; |
124 }; |
125 |
125 |
126 #endif /* defined PHYSFS_SUPPORTS_WAD */ |
126 #endif /* defined PHYSFS_SUPPORTS_WAD */ |
127 |
127 |
128 /* end of archiver_wad.c ... */ |
128 /* end of archiver_wad.c ... */ |