|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <packunpack.h>
Public Attributes | |
| anim * | next |
| char | name [MAX_PATH_LEN] |
| ubyte | packer_code |
| int | width |
| int | height |
| int | total_frames |
| int | instance_count |
| int | ref_count |
| float | time |
| int | num_keys |
| key_frame * | keys |
| ubyte | palette [768] |
| ubyte | palette_translation [256] |
| ubyte * | data |
| CFILE * | cfile_ptr |
| int | version |
| int | fps |
| ubyte | xparent_r |
| ubyte | xparent_g |
| ubyte | xparent_b |
| int | flags |
| uint | screen_sig |
| int | file_offset |
| int | cache_file_offset |
| ubyte * | cache |
Definition at line 39 of file packunpack.h.
| ubyte* anim::cache |
Definition at line 64 of file packunpack.h.
| int anim::cache_file_offset |
Definition at line 63 of file packunpack.h.
| CFILE* anim::cfile_ptr |
Definition at line 54 of file packunpack.h.
| ubyte* anim::data |
Definition at line 53 of file packunpack.h.
| int anim::file_offset |
Definition at line 62 of file packunpack.h.
| int anim::flags |
Definition at line 60 of file packunpack.h.
| int anim::fps |
Definition at line 56 of file packunpack.h.
| int anim::height |
Definition at line 44 of file packunpack.h.
| int anim::instance_count |
Definition at line 46 of file packunpack.h.
| key_frame* anim::keys |
Definition at line 50 of file packunpack.h.
| char anim::name[MAX_PATH_LEN] |
Definition at line 41 of file packunpack.h.
| anim* anim::next |
Definition at line 40 of file packunpack.h.
| int anim::num_keys |
Definition at line 49 of file packunpack.h.
| ubyte anim::packer_code |
Definition at line 42 of file packunpack.h.
| ubyte anim::palette[768] |
Definition at line 51 of file packunpack.h.
| ubyte anim::palette_translation[256] |
Definition at line 52 of file packunpack.h.
| int anim::ref_count |
Definition at line 47 of file packunpack.h.
| uint anim::screen_sig |
Definition at line 61 of file packunpack.h.
| float anim::time |
Definition at line 48 of file packunpack.h.
| int anim::total_frames |
Definition at line 45 of file packunpack.h.
| int anim::version |
Definition at line 55 of file packunpack.h.
| int anim::width |
Definition at line 43 of file packunpack.h.
| ubyte anim::xparent_b |
Definition at line 59 of file packunpack.h.
| ubyte anim::xparent_g |
Definition at line 58 of file packunpack.h.
| ubyte anim::xparent_r |
Definition at line 57 of file packunpack.h.