#include <memfile.h>
Definition at line 40 of file memfile.h.
Data Fields | |
unsigned long | len |
unsigned long | alloc_len |
unsigned long | alloc_delta |
unsigned long | pos |
unsigned char * | content |
short | errcode |
unsigned long MEMORY_FILE::len |
Definition at line 42 of file memfile.h.
Referenced by load_apt(), load_clm(), load_cubedata(), load_dat(), load_flg(), load_inf(), load_lgt(), load_own(), load_palette(), load_slb(), load_text_file(), load_texture(), load_textureanim(), load_tng(), load_txt(), load_vsn(), load_wib(), load_wlb(), memfile_add(), memfile_growalloc(), memfile_read(), memfile_set(), and script_load_and_execute().
unsigned long MEMORY_FILE::alloc_len |
unsigned long MEMORY_FILE::alloc_delta |
unsigned long MEMORY_FILE::pos |
Definition at line 45 of file memfile.h.
Referenced by draw_circle_fill(), draw_circle_mul(), load_texture(), and memfile_set().
unsigned char* MEMORY_FILE::content |
Definition at line 46 of file memfile.h.
Referenced by load_apt(), load_clm(), load_cubedata(), load_dat(), load_flg(), load_inf(), load_lgt(), load_own(), load_palette(), load_slb(), load_text_file(), load_texture(), load_textureanim(), load_tng(), load_txt(), load_vsn(), load_wib(), load_wlb(), memfile_add(), memfile_growalloc(), memfile_set(), and script_load_and_execute().
short MEMORY_FILE::errcode |
Definition at line 47 of file memfile.h.
Referenced by memfile_add(), memfile_growalloc(), memfile_read(), and memfile_set().