|
FORM 4.3
|
#include <structs.h>
Data Fields | |
| POSITION | next |
| POSITION | number |
| INDEXENTRY | expression [INFILEINDEX] |
| SBYTE | empty [EMPTYININDEX] |
Defines the structure of a file index in store-files and save-files.
It contains several entries (see struct InDeXeNtRy) up to a maximum of INFILEINDEX.
The variable number has been made of type POSITION to avoid padding problems with some types of computers/OS and keep system independence of the .sav files.
This struct is always 512 bytes long.
| POSITION next |
Position of next FILEINDEX if any
Definition at line 138 of file structs.h.
Referenced by ReadSaveIndex().
| POSITION number |
Number of used entries in this index
Definition at line 139 of file structs.h.
Referenced by ReadSaveIndex().
| INDEXENTRY expression[INFILEINDEX] |
| SBYTE empty[EMPTYININDEX] |