|
ARB
|
#include <gb_map.h>

Public Attributes | |
| char | mapfileID [ADMAP_ID_LEN+1] |
| long | version |
| long | byte_order |
| GB_MAIN_IDX | main_idx |
| long | main_data_offset |
| char gb_map_header::mapfileID[ADMAP_ID_LEN+1] |
Definition at line 23 of file gb_map.h.
Referenced by gb_is_valid_mapfile(), and gb_save_mapfile().
| long gb_map_header::version |
Definition at line 24 of file gb_map.h.
Referenced by gb_is_valid_mapfile(), and gb_save_mapfile().
| long gb_map_header::byte_order |
Definition at line 25 of file gb_map.h.
Referenced by gb_is_valid_mapfile(), and gb_save_mapfile().
| GB_MAIN_IDX gb_map_header::main_idx |
Definition at line 26 of file gb_map.h.
Referenced by gb_read_bin(), and gb_save_mapfile().
| long gb_map_header::main_data_offset |
Definition at line 27 of file gb_map.h.
Referenced by gb_map_mapfile(), and gb_save_mapfile().
1.8.8