|
FS2_Open
Open source remastering of the Freespace 2 engine
|
Public Attributes | |
| int | flags |
| char | filename [MAX_FILENAME_LEN+1] |
| char | ex_filename [MAX_FILENAME_LEN+10] |
| CFILE * | file |
| int | file_size |
| int | file_ptr |
| ushort | file_chksum |
| PSNET_SOCKET_RELIABLE | file_socket |
| int | xfer_stamp |
| int | force_dir |
| ushort | sig |
Definition at line 72 of file multi_xfer.cpp.
| char xfer_entry::ex_filename[MAX_FILENAME_LEN+10] |
Definition at line 75 of file multi_xfer.cpp.
| CFILE* xfer_entry::file |
Definition at line 76 of file multi_xfer.cpp.
| ushort xfer_entry::file_chksum |
Definition at line 79 of file multi_xfer.cpp.
| int xfer_entry::file_ptr |
Definition at line 78 of file multi_xfer.cpp.
| int xfer_entry::file_size |
Definition at line 77 of file multi_xfer.cpp.
| PSNET_SOCKET_RELIABLE xfer_entry::file_socket |
Definition at line 80 of file multi_xfer.cpp.
| char xfer_entry::filename[MAX_FILENAME_LEN+1] |
Definition at line 74 of file multi_xfer.cpp.
| int xfer_entry::flags |
Definition at line 73 of file multi_xfer.cpp.
| int xfer_entry::force_dir |
Definition at line 82 of file multi_xfer.cpp.
| ushort xfer_entry::sig |
Definition at line 83 of file multi_xfer.cpp.
| int xfer_entry::xfer_stamp |
Definition at line 81 of file multi_xfer.cpp.