equal
deleted
inserted
replaced
27 * |
27 * |
28 * This file written by Bradley Bell. |
28 * This file written by Bradley Bell. |
29 * Based on grp.c by Ryan C. Gordon. |
29 * Based on grp.c by Ryan C. Gordon. |
30 */ |
30 */ |
31 |
31 |
32 #if (defined PHYSFS_SUPPORTS_HOG) |
|
33 |
|
34 #define __PHYSICSFS_INTERNAL__ |
32 #define __PHYSICSFS_INTERNAL__ |
35 #include "physfs_internal.h" |
33 #include "physfs_internal.h" |
|
34 |
|
35 #if PHYSFS_SUPPORTS_HOG |
36 |
36 |
37 static UNPKentry *hogLoadEntries(PHYSFS_Io *io, PHYSFS_uint32 *_entCount) |
37 static UNPKentry *hogLoadEntries(PHYSFS_Io *io, PHYSFS_uint32 *_entCount) |
38 { |
38 { |
39 const PHYSFS_uint64 iolen = io->length(io); |
39 const PHYSFS_uint64 iolen = io->length(io); |
40 PHYSFS_uint32 entCount = 0; |
40 PHYSFS_uint32 entCount = 0; |