#include "forward.h"
Go to the source code of this file.
Data Structures | |
| class | file_manager_c |
| File Manager Class. More... | |
| struct | file_s |
| File type. More... | |
| struct | fileentry_s |
| PAK-file entry. More... | |
| struct | pak_header_s |
| PAK-file header. More... | |
Typedefs | |
| typedef fileentry_s | fileentry_t |
| PAK-file entry. | |
| typedef pak_header_s | pak_header_t |
| PAK-file header. | |
| typedef file_s | file_t |
| File type. | |
'nuff said.
Definition in file file.h.
|
|
The file manager uses this structure to handle files. |
|
|
This structure represents the entry data of a pakfileentry. |
|
|
This is the very beginning of every pak file. |
1.2.18