QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
pakfile.h File Reference
This graph shows which files directly or indirectly include this file:

Data Structures

struct  pack_s
 

Typedefs

typedef struct pack_s pack_t
 

Functions

int pack_add (pack_t *pack, const char *filename)
 
void pack_close (pack_t *pack)
 
pack_tpack_create (const char *name)
 
void pack_del (pack_t *pack)
 
int pack_extract (pack_t *pack, dpackfile_t *pf)
 
dpackfile_tpack_find_file (pack_t *pack, const char *filename)
 
pack_tpack_new (const char *name)
 
pack_tpack_open (const char *name)
 
void pack_rehash (pack_t *pack)