FORM
4.2
|
#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.
INDEXENTRY expression[INFILEINDEX] |
SBYTE empty[EMPTYININDEX] |