QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
obj_file.c File Reference

Functions

void qfo_delete (qfo_t *qfo)
 Delete a qfo_t struct, as well as any substructure data. More...
 
qfo_tqfo_from_progs (pr_info_t *pr)
 Convert pr_info_t structure to qfo_t. More...
 
qfo_tqfo_new (void)
 Create a new qfo_t struct. More...
 
qfo_tqfo_open (const char *filename)
 Wrapper around qfo_read() to allow reading from a named file. More...
 
qfo_tqfo_read (QFile *file)
 Read a qfo_t strcut from a QFile stream. More...
 
dprograms_tqfo_to_progs (qfo_t *qfo, int *size)
 
pr_debug_header_tqfo_to_sym (qfo_t *qfo, int *size)
 
int qfo_write (qfo_t *qfo, const char *filename)
 Write a qfo_t struct to the named file. More...